memtomem for VS Code
io.github.memtomem/memtomem
Markdown-first long-term memory for AI agents. Hybrid BM25 + vector search, runs locally.
client:VS Code
transport:stdio
runtime:pypi
Install memtomem in VS Code
.vscode/mcp.json
{
"servers": {
"memtomem": {
"type": "stdio",
"command": "uvx",
"args": [
"memtomem"
]
}
}
}
Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs