Skip to content
Cline

memory mcp for Cline

io.github.chenxiaofie/memory-mcp

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

client:Cline transport:stdio runtime:pypi

Install memory mcp in Cline

~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json · windows: %APPDATA%\Code\User\globalStorage\saoudrizwan.claude-dev\settings\cline_mcp_settings.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "memory-mcp": {
      "command": "uvx",
      "args": [
        "chenxiaofie-memory-mcp"
      ],
      "env": {
        "CLAUDE_PROJECT_ROOT": "<CLAUDE_PROJECT_ROOT>"
      }
    }
  }
}

Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs

memory mcp in other clients