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
{
"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