← Back to browse

atlaspi

Indexed by io.github.Soil911

About

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

Use this server

Add it to your MCP client. The catalogue lists this config verbatim from its source — it does not run, download, or vouch for the server. Review the command before you run it.

Transportstdio (runs a local command)
Env varsATLASPI_API_URL
Claude Code
claude mcp add --env ATLASPI_API_URL= atlaspi -- uvx atlaspi-mcp
Cursor

Add to Cursor

If the button doesn't open Cursor, use the JSON below — Cursor accepts the same mcpServers config.

VS Code
code --add-mcp '{"name":"atlaspi","command":"uvx","args":["atlaspi-mcp"],"env":{"ATLASPI_API_URL":""}}'
JSON
{
  "mcpServers": {
    "atlaspi": {
      "command": "uvx",
      "args": [
        "atlaspi-mcp"
      ],
      "env": {
        "ATLASPI_API_URL": ""
      }
    }
  }
}

Environment variables are listed by name only — fill in your own values. Entries never carry secrets.