neurakeep for VS Code
io.github.dominiclachance/neurakeep
Local-first, source-cited memory for AI agents with proposal review, failure memory, and MCP tools.
client:VS Code
transport:stdio
runtime:npm
Install neurakeep in VS Code
.vscode/mcp.json
{
"servers": {
"neurakeep": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"neurakeep"
]
}
}
}
Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs