Loading MCP server directory, please wait...
Adaptive memory system with cognitive scoring, knowledge graph, and self-improving ML.
npx @getmcp/cli add io.github.AIAppsAPI/adaptive-recallRequires Node.js 18+. Community-contributed server. Review source before installing.
ADAPTIVE_RECALL_API_KEYYour Adaptive Recall API key (get one free at adaptiverecall.com)
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.github.AIAppsAPI/adaptive-recall": {
"command": "npx",
"args": [
"-y",
"adaptive-recall"
],
"env": {
"ADAPTIVE_RECALL_API_KEY": ""
}
}
}
}