anneal memory for Cursor
io.github.phillipclapham/anneal-memory
Two-layer memory for AI agents with an immune system. Zero dependencies.
client:Cursor
transport:stdio
runtime:pypi
Install anneal memory in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"anneal-memory": {
"type": "stdio",
"command": "uvx",
"args": [
"anneal-memory"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs