Skip to content
Windsurf

ArcGIS MCP Bridge for Windsurf

io.github.muend/arcgis-mcp-bridge

Secure local-first MCP server for licensed ArcGIS Pro and ArcPy on Windows.

client:Windsurf transport:stdio runtime:pypi

Install ArcGIS MCP Bridge in Windsurf

~/.codeium/windsurf/mcp_config.json · windows: %USERPROFILE%\.codeium\windsurf\mcp_config.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "arcgis-mcp-bridge": {
      "command": "uvx",
      "args": [
        "arcgis-mcp-bridge"
      ],
      "env": {
        "ARCPY_PYTHON_PATH": "<ARCPY_PYTHON_PATH>",
        "ARCGIS_MCP_ALLOWED_ROOTS": "<ARCGIS_MCP_ALLOWED_ROOTS>",
        "ARCGIS_MCP_SCRATCH_GDB": "<ARCGIS_MCP_SCRATCH_GDB>",
        "ARCGIS_MCP_MAX_WORKERS": "<ARCGIS_MCP_MAX_WORKERS>"
      }
    }
  }
}

Global only — Windsurf has no per-project MCP config. Refresh Cascade after saving. Windsurf docs

ArcGIS MCP Bridge in other clients