anneal memory for VS Code
io.github.phillipclapham/anneal-memory
Two-layer memory for AI agents with an immune system. Zero dependencies.
client:VS Code
transport:stdio
runtime:pypi
Install anneal memory in VS Code
.vscode/mcp.json
{
"servers": {
"anneal-memory": {
"type": "stdio",
"command": "uvx",
"args": [
"anneal-memory"
]
}
}
}
Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs