GeoEDGE MCP for Cursor
io.github.geoedge-git/geoedge-mcp
Geospatial analysis: vector and raster GIS operations, cartographic maps, spatial data access
client:Cursor
transport:stdio
runtime:pypi
Install GeoEDGE MCP in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"geoedge-mcp": {
"type": "stdio",
"command": "uvx",
"args": [
"geoedge-mcp"
],
"env": {
"GEOEDGE_MCP_LICENSE_KEY": "<GEOEDGE_MCP_LICENSE_KEY>",
"GEOEDGE_MCP_STORAGE_PATH": "<GEOEDGE_MCP_STORAGE_PATH>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs