Skip to content
Zed

cogmem for Zed

io.github.writerslogic/cogmem

A self-improving, verifiable memory layer for AI coding agents.

client:Zed transport:stdio runtime:pypi

Install cogmem in Zed

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

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

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

cogmem in other clients