Skip to content
Grok

atlaspi for Grok

io.github.soil911/atlaspi

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

client:Grok transport:stdio runtime:pypi

Install atlaspi in Grok

.mcp.json (in your project root)

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "atlaspi": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "atlaspi-mcp"
      ],
      "env": {
        "ATLASPI_API_URL": "<ATLASPI_API_URL>"
      }
    }
  }
}

Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs

atlaspi in other clients