Memory for AI for VS Code
io.github.lonelytraderbay/memory-for-ai
Local codebase knowledge graph for AI agents — 162 languages, sub-ms queries, 99% fewer tokens.
client:VS Code
transport:stdio
runtime:npm
Install Memory for AI in VS Code
.vscode/mcp.json
{
"servers": {
"memory-for-ai": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"memory-for-ai-mcp"
]
}
}
}
Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs