PlaceRoot for Zed
io.github.chuofringer/placeroot
Grounds AI agents in Overture Maps open data — compact answers, no API key.
client:Zed
transport:stdio
runtime:pypi
Install PlaceRoot in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"placeroot": {
"command": "uvx",
"args": [
"placeroot"
],
"env": {
"PLACEROOT_CACHE": "<PLACEROOT_CACHE>"
}
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs