What is the MemorySync MCP server?
Persistent memory for AI agents. Search and store durable facts, preferences and decisions.
How to install MemorySync
Copy-paste configuration for popular MCP clients.
transport: http
Config generated by PluginBench — verify against the source before use.Cursor
~/.cursor/mcp.json
{
"mcpServers": {
"memory": {
"url": "https://mcp.memorysync.io/mcp"
}
}
}Windsurf
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"memory": {
"serverUrl": "https://mcp.memorysync.io/mcp"
}
}
}VS Code
.vscode/mcp.json
{
"servers": {
"memory": {
"type": "http",
"url": "https://mcp.memorysync.io/mcp"
}
}
}Claude Desktop
Claude Desktop connects to remote servers via the mcp-remote bridge.
{
"mcpServers": {
"memory": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://mcp.memorysync.io/mcp"
]
}
}
}Claude Code
claude mcp add --transport http memory https://mcp.memorysync.io/mcpRelated MCP servers
Search and read the current MemorySync documentation while writing integration code.