SmartMemory for VS Code
ai.smartmemory/smartmemory-mcp
Graph + vector memory for agents: recall, ingest, search, distill. Local or remote backend.
client:VS Code
transport:stdio
runtime:pypi
Install SmartMemory in VS Code
.vscode/mcp.json
{
"servers": {
"smartmemory-mcp": {
"type": "stdio",
"command": "uvx",
"args": [
"smartmemory-mcp"
]
}
}
}
Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs