Skip to content
Gemini CLI

Mapillary for Gemini CLI

io.github.pipeworx-io/mapillary

Mapillary MCP — wraps the Mapillary Graph API (graph.mapillary.com)

client:Gemini CLI transport:streamable-http

Install Mapillary in Gemini CLI

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

{
  "mcpServers": {
    "mapillary": {
      "httpUrl": "https://gateway.pipeworx.io/mapillary/mcp"
    }
  }
}

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

Mapillary in other clients