Skip to content
Cursor

adaptive recall for Cursor

io.github.aiappsapi/adaptive-recall

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

client:Cursor transport:stdio runtime:npm

Install adaptive recall in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

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

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

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

adaptive recall in other clients