agent recall for Grok
io.github.goldentrii/agent-recall
Correction-first agent memory. Precision KPI tracks if agents heed warnings. 5 layers, local-only.
client:Grok
transport:stdio
runtime:npm
Install agent recall in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"agent-recall": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"agent-recall-mcp"
]
}
}
}
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