adaptive recall for Grok
io.github.aiappsapi/adaptive-recall
Adaptive memory system with cognitive scoring, knowledge graph, and self-improving ML.
client:Grok
transport:stdio
runtime:npm
Install adaptive recall in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"adaptive-recall": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"adaptive-recall"
],
"env": {
"ADAPTIVE_RECALL_API_KEY": "<ADAPTIVE_RECALL_API_KEY>"
}
}
}
}
Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs