superlocalmemory for VS Code
io.github.varun369/superlocalmemory
Local-first AI memory with knowledge graphs and hybrid search. 17+ AI tools via MCP. Free.
client:VS Code
transport:stdio
runtime:npm
Install superlocalmemory in VS Code
.vscode/mcp.json
{
"servers": {
"superlocalmemory": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"superlocalmemory"
]
}
}
}
Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs