Skip to content
Gemini CLI

GeoEDGE MCP for Gemini CLI

io.github.geoedge-git/geoedge-mcp

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

client:Gemini CLI transport:stdio runtime:pypi

Install GeoEDGE MCP in Gemini CLI

~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json

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

{
  "mcpServers": {
    "geoedge-mcp": {
      "command": "uvx",
      "args": [
        "geoedge-mcp"
      ],
      "env": {
        "GEOEDGE_MCP_LICENSE_KEY": "<GEOEDGE_MCP_LICENSE_KEY>",
        "GEOEDGE_MCP_STORAGE_PATH": "<GEOEDGE_MCP_STORAGE_PATH>"
      }
    }
  }
}

Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs

GeoEDGE MCP in other clients