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
{
"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