Skip to content

AI Agent Memory for Zed

io.github.xiangzi1126/ai-agent-memory-mcp

Agent-agnostic persistent memory MCP server. Local-first: memories travel with your project.

client:Zed transport:stdio runtime:pypi

Install AI Agent Memory in Zed

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

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

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

AI Agent Memory in other clients