Skip to content
Cursor

Terranode Geospatial API for Cursor

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

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

client:Cursor transport:stdio runtime:npm

Install Terranode Geospatial API in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

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

{
  "mcpServers": {
    "mcp-server-terranode": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@terranode-co/mcp-server"
      ],
      "env": {
        "TERRANODE_API_KEY": "<TERRANODE_API_KEY>",
        "TERRANODE_API_URL": "<TERRANODE_API_URL>"
      }
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

Terranode Geospatial API in other clients