{
  "mcpServers": {
    "filesystem": {
      "comment": "Scope to ONE project folder. Windows: escape backslashes.",
      "command": "npx",
      "args": ["-y", "@modelcontextprotocol/server-filesystem", "C:\\projects\\your-repo"]
    },
    "highlevel-staging": {
      "comment": "Replace with your custom MCP server or official HighLevel MCP when available. STAGING ONLY.",
      "command": "node",
      "args": ["C:\\path\\to\\your-mcp-server\\dist\\index.js"],
      "env": {
        "GHL_LOCATION_ID": "your-staging-location-id",
        "GHL_ACCESS_TOKEN": "use-env-not-this-file-in-production"
      }
    }
  }
}
