adaptive recall for Cline
io.github.aiappsapi/adaptive-recall
Adaptive memory system with cognitive scoring, knowledge graph, and self-improving ML.
client:Cline
transport:stdio
runtime:npm
Install adaptive recall in Cline
~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json · windows: %APPDATA%\Code\User\globalStorage\saoudrizwan.claude-dev\settings\cline_mcp_settings.json
{
"mcpServers": {
"adaptive-recall": {
"command": "npx",
"args": [
"-y",
"adaptive-recall"
],
"env": {
"ADAPTIVE_RECALL_API_KEY": "<ADAPTIVE_RECALL_API_KEY>"
}
}
}
}
Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs