Skip to content
Zed

Polis Protocol for Zed

io.github.yehudalevy-collab/polis-protocol

Local-first control plane for coding agents: routing, reservations, and guardrails.

client:Zed transport:stdio runtime:pypi

Install Polis Protocol in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

{
  "context_servers": {
    "polis-protocol": {
      "command": "uvx",
      "args": [
        "polis-protocol"
      ]
    }
  }
}

Merge this into your existing settings object — do not replace the file. Zed docs

Polis Protocol in other clients