Skip to content

Terranode Geospatial API for Zed

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

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

client:Zed transport:stdio runtime:npm

Install Terranode Geospatial API in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

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

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

Merge this into your existing settings object — do not replace the file. Zed docs

Terranode Geospatial API in other clients