agentmem for VS Code
io.github.thezenmonster/agentmem
Governed memory for coding agents. Trust lifecycle, conflict detection, health scoring.
client:VS Code
transport:stdio
runtime:pypi
Install agentmem in VS Code
.vscode/mcp.json
{
"servers": {
"agentmem": {
"type": "stdio",
"command": "uvx",
"args": [
"quilmem"
]
}
}
}
Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs