Skip to content
Gemini CLI

mcp atlas for Gemini CLI

io.github.leoyrh/mcp-atlas

Owner and APN lookup across 171 verified US county parcel ArcGIS endpoints. No API key needed.

client:Gemini CLI transport:stdio runtime:npm

Install mcp atlas in Gemini CLI

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

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

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

mcp atlas in other clients