Skip to content
Zed

census geo mcp for Zed

io.github.mrfentmen/census-geo-mcp

Census Bureau geocoding API: address to coordinates and census geography.

client:Zed transport:stdio runtime:npm

Install census geo mcp in Zed

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

{
  "context_servers": {
    "census-geo-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "census-geo-mcp"
      ]
    }
  }
}

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

census geo mcp in other clients