# MemPalace/mempalace | Model Context Protocol (MCP) Server > The best-benchmarked open-source AI memory system. And it's free. - **Stars**: ⭐ 58,330 - **Language**: Python - **Native MCP Manifest**: Yes (`mcp.json`) ## 🔌 Claude Desktop Configuration (`claude_desktop_config.json`) ```json { "mcpServers": { "mempalace": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-mempalace" ] } } } ``` ## ⚡ Cursor MCP Configuration (`.cursor/mcp.json`) ```json { "mcpServers": { "mempalace": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-mempalace" ] } } } ``` ## 🚀 Launch Commands - **NPX**: `npx -y @modelcontextprotocol/server-mempalace` - **Docker**: `docker run -i --rm mcp/mempalace` ## 📄 Native Manifest (`mcp.json`) ```json { "mcpServers": { "mempalace": { "command": "mempalace-mcp" } } } ```