PlaceRoot for Grok
io.github.chuofringer/placeroot
Grounds AI agents in Overture Maps open data — compact answers, no API key.
client:Grok
transport:stdio
runtime:pypi
Install PlaceRoot in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"placeroot": {
"type": "stdio",
"command": "uvx",
"args": [
"placeroot"
],
"env": {
"PLACEROOT_CACHE": "<PLACEROOT_CACHE>"
}
}
}
}
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