Skip to content
Zed

Agendum for Zed

io.github.sralli/agendum

AI agent memory: task tracking, scoped work packages, decisions, and cross-session continuity

client:Zed transport:stdio runtime:pypi

Install Agendum in Zed

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

{
  "context_servers": {
    "agendum": {
      "command": "uvx",
      "args": [
        "agendum"
      ]
    }
  }
}

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

Agendum in other clients