aide-memory for VS Code
io.github.aide-memory/aide-memory
Persistent memory layer for AI coding agents — your agent remembers what you taught it.
client:VS Code
transport:stdio
runtime:npm
Install aide-memory in VS Code
.vscode/mcp.json
{
"servers": {
"aide-memory": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"aide-memory"
]
}
}
}
Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs