Skip to content
Zed

ID Protocol for Zed

io.github.markoblogo/id

Portable human-AI context protocol reference tooling.

client:Zed transport:stdio runtime:pypi

Install ID Protocol in Zed

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

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

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

ID Protocol in other clients