Skip to content

Total Agent Memory for Zed

io.github.vbcherepanov/total-agent-memory

Persistent local memory for coding agents: temporal knowledge graph, procedural and episodic recall

client:Zed transport:stdio runtime:pypi

Install Total Agent Memory in Zed

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

{
  "context_servers": {
    "total-agent-memory": {
      "command": "uvx",
      "args": [
        "total-agent-memory"
      ]
    }
  }
}

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

Total Agent Memory in other clients