Skip to content
Zed

agent memory mcp for Zed

io.github.kira-autonoma/agent-memory-mcp

Agent memory MCP server with provenance tracking, decay-weighted recall, and feedback loops.

client:Zed transport:stdio runtime:npm

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

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

agent memory mcp in other clients