Skip to content
Zed

Procheiron for Zed

io.github.logotheusneuro-cpu/procheiron

Review gate for shared agent memory: an unreviewed or hand-edited memory is never served.

client:Zed transport:stdio runtime:pypi

Install Procheiron 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": {
    "procheiron": {
      "command": "uvx",
      "args": [
        "procheiron"
      ],
      "env": {
        "PROCHEIRON_SIGNING_KEY": "<PROCHEIRON_SIGNING_KEY>"
      }
    }
  }
}

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

Procheiron in other clients