Skip to content

landbenchmark mcp for Zed

io.github.winds3753/landbenchmark-mcp

Satellite land due-diligence: a green/caution/walk-away verdict with cited signals for any parcel.

client:Zed transport:stdio runtime:npm

Install landbenchmark mcp 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": {
    "landbenchmark-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "landbenchmark-mcp"
      ],
      "env": {
        "TERRAIN_API_KEY": "<TERRAIN_API_KEY>",
        "TERRAIN_BASE_URL": "<TERRAIN_BASE_URL>"
      }
    }
  }
}

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

landbenchmark mcp in other clients