Skip to content
Grok

GeoEDGE MCP for Grok

io.github.geoedge-git/geoedge-mcp

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

client:Grok transport:stdio runtime:pypi

Install GeoEDGE MCP in Grok

.mcp.json (in your project root)

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

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

Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs

GeoEDGE MCP in other clients