XMemo
Rank #3,612io.github.yonro/xmemo
Shared, governed long-term memory for AI agents across tools and sessions via MCP and REST.
XMemo is a Model Context Protocol (MCP) server published by yonro. It ranks #3,612 of 132,046 servers tracked on MCP Toplist, and its repository has 12 GitHub stars. XMemo is listed across 3 registries — Official MCP, PulseMCP and Glama, with 4 tracked versions. It was first listed on May 29, 2026 and most recently updated on Aug 13, 2026.
Ranks ahead of 128,434 of 132,046 servers on MCP Toplist.
Use XMemo
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add --transport http xmemo https://xmemo.dev/mcpThis endpoint requires authentication — see the server’s docs for credentials.
claude mcp add xmemo -e "XMEMO_KEY=<your XMEMO_KEY>" -e "XMEMO_URL=<your XMEMO_URL>" -- npx -y @xmemo/client mcp serveReplace each placeholder with your own value before saving.
[mcp_servers.xmemo]
url = "https://xmemo.dev/mcp"Add to ~/.codex/config.toml. This endpoint requires authentication — see the server’s docs for credentials.
[mcp_servers.xmemo]
command = "npx"
args = ["-y", "@xmemo/client", "mcp", "serve"]
[mcp_servers.xmemo.env]
XMEMO_KEY = "<your XMEMO_KEY>"
XMEMO_URL = "<your XMEMO_URL>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
https://xmemo.dev/mcpSettings → Connectors → “Add custom connector”, then paste this URL. This endpoint requires authentication — see the server’s docs for credentials.
{
"mcpServers": {
"xmemo": {
"command": "npx",
"args": [
"-y",
"@xmemo/client",
"mcp",
"serve"
],
"env": {
"XMEMO_KEY": "<your XMEMO_KEY>",
"XMEMO_URL": "<your XMEMO_URL>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"xmemo": {
"url": "https://xmemo.dev/mcp"
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). This endpoint requires authentication — see the server’s docs for credentials.
{
"mcpServers": {
"xmemo": {
"command": "npx",
"args": [
"-y",
"@xmemo/client",
"mcp",
"serve"
],
"env": {
"XMEMO_KEY": "<your XMEMO_KEY>",
"XMEMO_URL": "<your XMEMO_URL>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"xmemo": {
"type": "http",
"url": "https://xmemo.dev/mcp"
}
}
}Save as .vscode/mcp.json in your workspace. This endpoint requires authentication — see the server’s docs for credentials.
{
"servers": {
"xmemo": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@xmemo/client",
"mcp",
"serve"
],
"env": {
"XMEMO_KEY": "<your XMEMO_KEY>",
"XMEMO_URL": "<your XMEMO_URL>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"xmemo": {
"serverUrl": "https://xmemo.dev/mcp"
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. This endpoint requires authentication — see the server’s docs for credentials.
{
"mcpServers": {
"xmemo": {
"command": "npx",
"args": [
"-y",
"@xmemo/client",
"mcp",
"serve"
],
"env": {
"XMEMO_KEY": "<your XMEMO_KEY>",
"XMEMO_URL": "<your XMEMO_URL>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"xmemo": {
"url": "https://xmemo.dev/mcp"
}
}
}This endpoint requires authentication — see the server’s docs for credentials.
{
"mcpServers": {
"xmemo": {
"command": "npx",
"args": [
"-y",
"@xmemo/client",
"mcp",
"serve"
],
"env": {
"XMEMO_KEY": "<your XMEMO_KEY>",
"XMEMO_URL": "<your XMEMO_URL>"
}
}
}
}Replace each placeholder with your own value before saving.
Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.yonro%2Fxmemo)<a href="https://mcptoplist.com/server/io.github.yonro%2Fxmemo"><img src="https://mcptoplist.com/badge/io.github.yonro%2Fxmemo.svg" alt="MCP Toplist: Top 5% of 132,046" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 3 registries
yonro
Available versions (4)
| Version | Published |
|---|---|
| 0.4.345 | Aug 13, 2026 |
| 0.4.163 | Jun 8, 2026 |
| 0.4.215 | May 30, 2026 |
| 0.4.214 | May 30, 2026 |
Frequently asked questions
- Who maintains XMemo?
- XMemo is maintained by yonro, which publishes 1 MCP server (4 total versions) tracked on MCP Toplist.
- Is XMemo listed on the Official MCP Registry?
- Yes — XMemo is listed on the Official MCP Registry, alongside PulseMCP and Glama.
- How many versions does XMemo have?
- MCP Toplist tracks 4 versions of XMemo, most recently published on Aug 13, 2026.
- Where can I find the source code for XMemo?
- The source code for XMemo is hosted at github.com/yonro/memory-os-cli.
Do you run this server?
Community projects list the MCP servers behind real agents and apps. Publish yours and this page will link to it.