# supermemoryai/supermemory | Model Context Protocol (MCP) Server > Memory and context engine + app that is extremely fast, scalable, and can be run fully locally. The Memory API for the AI era. - **Stars**: ⭐ 28,881 - **Language**: TypeScript - **Native MCP Manifest**: Standard NPX Transport ## 🔌 Claude Desktop Configuration (`claude_desktop_config.json`) ```json { "mcpServers": { "supermemory": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-supermemory" ] } } } ``` ## ⚡ Cursor MCP Configuration (`.cursor/mcp.json`) ```json { "mcpServers": { "supermemory": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-supermemory" ] } } } ``` ## 🚀 Launch Commands - **NPX**: `npx -y @modelcontextprotocol/server-supermemory` - **Docker**: `docker run -i --rm mcp/supermemory`