Skip to content
Zed

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

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "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

PlaceRoot in other clients