Skip to content
VS Code

atlaspi for VS Code

io.github.soil911/atlaspi

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

client:VS Code transport:stdio runtime:pypi

Install atlaspi in VS Code

.vscode/mcp.json

{
  "inputs": [
    {
      "type": "promptString",
      "id": "atlaspi-api-url",
      "description": "ATLASPI_API_URL",
      "password": true
    }
  ],
  "servers": {
    "atlaspi": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "atlaspi-mcp"
      ],
      "env": {
        "ATLASPI_API_URL": "${input:atlaspi-api-url}"
      }
    }
  }
}

VS Code prompts for each input the first time the server starts, so no secret is written to the file. VS Code docs

atlaspi in other clients