Skip to content
Gemini CLI

atlaspi for Gemini CLI

io.github.soil911/atlaspi

Historical geography for AI agents: polities, GeoJSON borders, chains & events, 4500 BCE-today

client:Gemini CLI transport:stdio runtime:pypi

Install atlaspi 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": {
    "atlaspi": {
      "command": "uvx",
      "args": [
        "atlaspi-mcp"
      ],
      "env": {
        "ATLASPI_API_URL": "<ATLASPI_API_URL>"
      }
    }
  }
}

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

atlaspi in other clients