Skip to content
Zed

passage protocol for Zed

io.github.hawthornhollows/passage-protocol

Departure and admission records for AI agents with Ed25519/P-256 signatures.

client:Zed transport:stdio runtime:npm

Install passage protocol in Zed

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

{
  "context_servers": {
    "passage-protocol": {
      "command": "npx",
      "args": [
        "-y",
        "@cellar-door/mcp-server"
      ]
    }
  }
}

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

passage protocol in other clients