Skip to content
Windsurf

Geocoding for Windsurf

io.github.danishashko/geocode-mcp

Forward and reverse geocoding, place search, and distance via OpenStreetMap Nominatim. No key.

client:Windsurf transport:stdio runtime:npm

Install Geocoding 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": {
    "geocode-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "geocode-mcp"
      ],
      "env": {
        "GEOCODE_USER_AGENT": "<GEOCODE_USER_AGENT>"
      }
    }
  }
}

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

Geocoding in other clients