anneal memory for Grok
io.github.phillipclapham/anneal-memory
Two-layer memory for AI agents with an immune system. Zero dependencies.
client:Grok
transport:stdio
runtime:pypi
Install anneal memory in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"anneal-memory": {
"type": "stdio",
"command": "uvx",
"args": [
"anneal-memory"
]
}
}
}
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