Loading MCP server directory, please wait...
Shared, governed long-term memory for AI agents across tools and sessions via MCP and REST.
npx @getmcp/cli add io.github.yonro/xmemoRequires Node.js 18+. Community-contributed server. Review source before installing.
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.github.yonro/xmemo": {
"command": "npx",
"args": [
"-y",
"@xmemo/client",
"mcp",
"serve"
],
"env": {
"XMEMO_KEY": "",
"XMEMO_URL": ""
}
}
}
}