verbative memory for VS Code
io.github.verbative/verbative-memory
On-device, self-organizing memory for AI coding agents — recalls the right facts into each prompt.
client:VS Code
transport:stdio
runtime:npm
Install verbative memory in VS Code
.vscode/mcp.json
{
"servers": {
"verbative-memory": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"verbative-memory"
]
}
}
}
Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs