memkeeper for VS Code
io.github.teflon07/memkeeper
Local-first memory for AI agents: on-device hybrid retrieval over a single SQLite file.
client:VS Code
transport:stdio
runtime:oci
Install memkeeper in VS Code
.vscode/mcp.json
{
"servers": {
"memkeeper": {
"type": "stdio",
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/teflon07/memkeeper:0.5.3"
]
}
}
}
Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs