Skip to content
Gemini CLI

mapsi mcp for Gemini CLI

io.github.algolayertechnologies/mapsi-mcp

Geocoding, routing, isochrone, H3, elevation and 13 more geospatial tools via OpenStreetMap.

client:Gemini CLI transport:stdio runtime:npm

Install mapsi 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": {
    "mapsi-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "mapsi-mcp"
      ],
      "env": {
        "MAPSI_API_KEY": "<MAPSI_API_KEY>"
      }
    }
  }
}

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

mapsi mcp in other clients