atlaspi for Cursor
io.github.soil911/atlaspi
Historical geography for AI agents: polities, GeoJSON borders, chains & events, 4500 BCE-today
client:Cursor
transport:stdio
runtime:pypi
Install atlaspi in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"atlaspi": {
"type": "stdio",
"command": "uvx",
"args": [
"atlaspi-mcp"
],
"env": {
"ATLASPI_API_URL": "<ATLASPI_API_URL>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs