Skip to content
Zed

agent memory mcp for Zed

io.github.xultrax-web/agent-memory-mcp

Markdown memory for AI agents. Files you can read, edit, grep, and commit. Not a database.

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",
        "@xultrax-web/agent-memory-mcp"
      ],
      "env": {
        "AGENT_MEMORY_DIR": "<AGENT_MEMORY_DIR>",
        "AGENT_MEMORY_SCOPE": "<AGENT_MEMORY_SCOPE>",
        "AGENT_MEMORY_LOG": "<AGENT_MEMORY_LOG>"
      }
    }
  }
}

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

agent memory mcp in other clients