Skip to content
Gemini CLI

maproll for Gemini CLI

io.maproll/maproll

Make production-ready static maps. Every map is a URL you can embed anywhere.

client:Gemini CLI transport:stdio runtime:npm

Install maproll in Gemini CLI

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

{
  "mcpServers": {
    "maproll": {
      "command": "npx",
      "args": [
        "-y",
        "@maproll/mcp"
      ]
    }
  }
}

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

maproll in other clients