Skip to content
Claude Desktop

ReasonGraph Cloud memory for Claude Desktop

ai.primaxiom.memory/reasongraph

Graph memory for AI agents: entities, cause-effect links, cross-session recall, time travel.

client:Claude Desktop transport:streamable-http

Install ReasonGraph Cloud memory in Claude Desktop

~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json

{
  "mcpServers": {
    "reasongraph": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-remote",
        "https://memory.primaxiom.ai/mcp"
      ]
    }
  }
}

Claude Desktop has no remote transport in its config file, so this bridges through mcp-remote. Restart the app after saving. Claude Desktop docs

ReasonGraph Cloud memory in other clients