Skip to content
Zed

Project Memory for Zed

io.github.dankaro-projects/project-memory

Local decisions, evidence, outcomes and reviewed lessons with bounded retrieval and an HTML viewer.

client:Zed transport:stdio runtime:pypi

Install Project Memory in Zed

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

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

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

Project Memory in other clients