Skip to content
Zed

memory mcp for Zed

io.github.chenxiaofie/memory-mcp

情景+实体记忆 MCP 服务,为 Claude Code 提供持久化记忆能力

client:Zed transport:stdio runtime:pypi

Install 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": {
    "memory-mcp": {
      "command": "uvx",
      "args": [
        "chenxiaofie-memory-mcp"
      ],
      "env": {
        "CLAUDE_PROJECT_ROOT": "<CLAUDE_PROJECT_ROOT>"
      }
    }
  }
}

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

memory mcp in other clients