nexusmem for VS Code
io.github.yaminbkk/nexusmem
Local-first memory for AI coding agents: shell history with exit codes, git diffs, docs, MCP.
client:VS Code
transport:stdio
runtime:npm
Install nexusmem in VS Code
.vscode/mcp.json
{
"servers": {
"nexusmem": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"nexusmem"
]
}
}
}
Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs