Skip to content
Zed

p-e relay for Zed

io.github.zaebee/p-e

Read-only access to an append-only corpus of provenance-bearing coordination records.

client:Zed transport:stdio runtime:oci

Install p-e relay in Zed

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

{
  "context_servers": {
    "p-e": {
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "ghcr.io/zaebee/p-e:0.3.1"
      ]
    }
  }
}

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

p-e relay in other clients