Total Agent Memory for VS Code
io.github.vbcherepanov/total-agent-memory
Persistent local memory for coding agents: temporal knowledge graph, procedural and episodic recall
client:VS Code
transport:stdio
runtime:pypi
Install Total Agent Memory in VS Code
.vscode/mcp.json
{
"servers": {
"total-agent-memory": {
"type": "stdio",
"command": "uvx",
"args": [
"total-agent-memory"
]
}
}
}
Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs