PlaceRoot for Cursor
io.github.chuofringer/placeroot
Grounds AI agents in Overture Maps open data — compact answers, no API key.
client:Cursor
transport:stdio
runtime:pypi
Install PlaceRoot in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"placeroot": {
"type": "stdio",
"command": "uvx",
"args": [
"placeroot"
],
"env": {
"PLACEROOT_CACHE": "<PLACEROOT_CACHE>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs