Skip to content
Gemini CLI

map for Gemini CLI

io.github.maraventano/map

A subtractive MCP for agent commerce: read · pay · publish. Teacher, not butler.

client:Gemini CLI transport:stdio runtime:npm

Install map in Gemini CLI

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

{
  "mcpServers": {
    "map": {
      "command": "npx",
      "args": [
        "-y",
        "@maraventano/map"
      ]
    }
  }
}

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

map in other clients