Skip to content
Windsurf

Terranode Geospatial API for Windsurf

io.github.terranode-co/mcp-server-terranode

Point-in-polygon, nearest feature, spatial join, and distance tools for US geospatial datasets

client:Windsurf transport:stdio runtime:npm

Install Terranode Geospatial API 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": {
    "mcp-server-terranode": {
      "command": "npx",
      "args": [
        "-y",
        "@terranode-co/mcp-server"
      ],
      "env": {
        "TERRANODE_API_KEY": "<TERRANODE_API_KEY>",
        "TERRANODE_API_URL": "<TERRANODE_API_URL>"
      }
    }
  }
}

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

Terranode Geospatial API in other clients