Skip to content
Windsurf

quantaroute geocoder for Windsurf

io.github.mapdevsaikat/quantaroute-geocoder

Geocode addresses, lookup administrative boundaries, and process DigiPin codes for India

client:Windsurf transport:stdio runtime:npm

Install quantaroute geocoder 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": {
    "quantaroute-geocoder": {
      "command": "npx",
      "args": [
        "-y",
        "@quantaroute/mcp-server"
      ],
      "env": {
        "QUANTAROUTE_API_KEY": "<QUANTAROUTE_API_KEY>"
      }
    }
  }
}

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

quantaroute geocoder in other clients