Skip to content
Zed

GeoEDGE MCP for Zed

io.github.geoedge-git/geoedge-mcp

Geospatial analysis: vector and raster GIS operations, cartographic maps, spatial data access

client:Zed transport:stdio runtime:pypi

Install GeoEDGE 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": {
    "geoedge-mcp": {
      "command": "uvx",
      "args": [
        "geoedge-mcp"
      ],
      "env": {
        "GEOEDGE_MCP_LICENSE_KEY": "<GEOEDGE_MCP_LICENSE_KEY>",
        "GEOEDGE_MCP_STORAGE_PATH": "<GEOEDGE_MCP_STORAGE_PATH>"
      }
    }
  }
}

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

GeoEDGE MCP in other clients