Skip to content

project memory mcp for Zed

io.github.kaaustubh/project-memory-mcp

Persistent memory for AI coding agents — past bugs, decisions, and your corrections, in your repo.

client:Zed transport:stdio runtime:npm

Install project memory mcp 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": {
    "project-memory-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@kaaustubh/project-memory-mcp"
      ],
      "env": {
        "PROJECT_MEMORY_ROOT": "<PROJECT_MEMORY_ROOT>"
      }
    }
  }
}

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

project memory mcp in other clients