Correction-first persistent memory for AI agents. MCP server + SDK + CLI. Compounds across sessions.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"agentrecall-x": {
"command": "npx",
"args": [
"-y",
"Goldentrii/AgentRecall-X"
]
}
}
}
Run in terminal:
claude mcp add agentrecall-x npx -y Goldentrii/AgentRecall-X
Add to .cursor/mcp.json:
{
"mcpServers": {
"agentrecall-x": {
"command": "npx",
"args": [
"-y",
"Goldentrii/AgentRecall-X"
]
}
}
}