MemorySync for VS Code
io.memorysync/memory
Persistent memory for AI agents. Search and store durable facts, preferences and decisions.
client:VS Code
transport:streamable-http
Install MemorySync in VS Code
.vscode/mcp.json
{
"servers": {
"memory": {
"type": "http",
"url": "https://mcp.memorysync.io/mcp"
}
}
}
Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs