Odel
memory mcp

memory mcp

Local
@chenxiaofie11PythonMITUpdated 1mo ago

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

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

PyPIchenxiaofie-memory-mcpv0.2.1

Run

uvx chenxiaofie-memory-mcp

MCP client config

{
  "mcpServers": {
    "memory-mcp": {
      "command": "uvx",
      "args": [
        "chenxiaofie-memory-mcp"
      ]
    }
  }
}