送信

Memoria — Persistent Context for Claude Desktop

@leszini

Persistent memory MCP server for Claude Desktop — lets Chat, Cowork, and Code share a single self-maintained memory across sessions.

サーバー設定

{
  "mcpServers": {
    "memoria": {
      "command": "python",
      "args": [
        "C:/path/to/memoria-mcp/server.py"
      ],
      "env": {
        "MEMORIA_ROOT": "C:/path/to/your/claude-memoria"
      }
    }
  }
}