Skip to content
Zed

anneal memory for Zed

io.github.phillipclapham/anneal-memory

Two-layer memory for AI agents with an immune system. Zero dependencies.

client:Zed transport:stdio runtime:pypi

Install anneal memory in Zed

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

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

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

anneal memory in other clients