Skip to content
Claude Desktop

adaptive recall for Claude Desktop

io.github.aiappsapi/adaptive-recall

Adaptive memory system with cognitive scoring, knowledge graph, and self-improving ML.

client:Claude Desktop transport:stdio runtime:npm

Install adaptive recall in Claude Desktop

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

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

{
  "mcpServers": {
    "adaptive-recall": {
      "command": "npx",
      "args": [
        "-y",
        "adaptive-recall"
      ],
      "env": {
        "ADAPTIVE_RECALL_API_KEY": "<ADAPTIVE_RECALL_API_KEY>"
      }
    }
  }
}

Settings → Developer → Edit Config opens this file. Restart the app after saving. Claude Desktop docs

adaptive recall in other clients