crbro memory for VS Code
io.github.octonove/crbro-memory
Persistent file-based memory for AI agents: inspectable, versionable, fully local.
client:VS Code
transport:stdio
runtime:npm
Install crbro memory in VS Code
.vscode/mcp.json
{
"servers": {
"crbro-memory": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"crbro-memory"
]
}
}
}
Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs