XMemo for VS Code
io.github.yonro/xmemo
Shared, governed long-term memory for AI agents across tools and sessions via MCP and REST.
client:VS Code
transport:streamable-http
runtime:npm
Install XMemo in VS Code
.vscode/mcp.json
{
"servers": {
"xmemo": {
"type": "http",
"url": "https://xmemo.dev/mcp"
}
}
}
Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs