Skip to content
Zed

Attestor for Zed

io.github.bolnet/attestor

Self-hosted memory for agent teams. Bi-temporal replay, deterministic retrieval, audit log.

client:Zed transport:stdio runtime:pypi

Install Attestor 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": {
    "attestor": {
      "command": "uvx",
      "args": [
        "attestor"
      ],
      "env": {
        "ATTESTOR_PATH": "<ATTESTOR_PATH>",
        "ATTESTOR_DISABLE_LOCAL_EMBED": "<ATTESTOR_DISABLE_LOCAL_EMBED>",
        "OPENAI_API_KEY": "<OPENAI_API_KEY>",
        "OPENROUTER_API_KEY": "<OPENROUTER_API_KEY>"
      }
    }
  }
}

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

Attestor in other clients