Skip to content
Zed

CLIO Geojson for Zed

io.github.iowarp/geojson-mcp

MCP server for inspecting, validating, and summarizing GeoJSON documents (stdlib only)

client:Zed transport:stdio runtime:pypi

Install CLIO Geojson in Zed

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

{
  "context_servers": {
    "geojson-mcp": {
      "command": "uvx",
      "args": [
        "clio-kit"
      ]
    }
  }
}

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

CLIO Geojson in other clients