Skip to content

cognitive ai memory for Zed

io.github.sachitrafa/cognitive-ai-memory

Ebbinghaus-based persistent memory for Claude. Memories decay with time, strengthen on recall.

client:Zed transport:stdio runtime:oci

Install cognitive ai memory 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": {
    "cognitive-ai-memory": {
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "ghcr.io/your-memory/cognitive-ai-memory:1.0.2"
      ],
      "env": {
        "DATABASE_URL": "<DATABASE_URL>",
        "OLLAMA_URL": "<OLLAMA_URL>",
        "EXTRACT_MODEL": "<EXTRACT_MODEL>"
      }
    }
  }
}

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

cognitive ai memory in other clients