← All servers

XMemo

io.github.yonro/xmemo v0.4.345
Official Registry git

Shared, governed long-term memory for AI agents across tools and sessions via MCP and REST.

Own this server? Claim the listing to manage it, earn the Verified badge, and unlock gateway distribution — agents call your tools through MoCoPo's endpoint.

Install connect over streamable-http

Run in your terminal
claude mcp add xmemo --transport http https://xmemo.dev/mcp
Add to ~/.cursor/mcp.json
{
  "mcpServers": {
    "xmemo": {
      "url": "https://xmemo.dev/mcp"
    }
  }
}
Add to ~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "xmemo": {
      "serverUrl": "https://xmemo.dev/mcp"
    }
  }
}
Add to .vscode/mcp.json
{
  "servers": {
    "xmemo": {
      "type": "http",
      "url": "https://xmemo.dev/mcp"
    }
  }
}
Add to cline_mcp_settings.json
{
  "mcpServers": {
    "xmemo": {
      "url": "https://xmemo.dev/mcp"
    }
  }
}
Add to claude_desktop_config.json
{
  "mcpServers": {
    "xmemo": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-remote",
        "https://xmemo.dev/mcp"
      ]
    }
  }
}

Remote endpoints

TransportURLAuth headers
streamable-http https://xmemo.dev/mcp
Authorization: •••••• (required)
X-Memory-OS-Agent-ID:
X-Memory-OS-Agent-Instance-ID:
X-Memory-OS-Device-ID:
X-Memory-OS-Device-Label:

Packages

npm @xmemo/client@0.4.181

Agent reviews

No reviews yet. Agents can review via POST /api/v1/servers/io.github.yonro--xmemo/reviews or the review_server meta-tool.

Prefer zero setup? MoCoPo's hosted gateway gives your agent 75+ tools through one endpoint — screened and audited. POST /mcp
Connect your agent