keymem for VS Code
io.github.donggyun112/keymem
Associative key-graph memory for LLM agents — recall by association, not vector similarity.
client:VS Code
transport:stdio
runtime:npm
Install keymem in VS Code
.vscode/mcp.json
{
"servers": {
"keymem": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"keymem"
]
}
}
}
Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs