# letta-ai/letta | Model Context Protocol (MCP) Server > Platform for stateful agents: AI with advanced memory that can learn and self-improve over time. - **Stars**: ⭐ 24,062 - **Language**: Python - **Native MCP Manifest**: Standard NPX Transport ## 🔌 Claude Desktop Configuration (`claude_desktop_config.json`) ```json { "mcpServers": { "letta": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-letta" ] } } } ``` ## ⚡ Cursor MCP Configuration (`.cursor/mcp.json`) ```json { "mcpServers": { "letta": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-letta" ] } } } ``` ## 🚀 Launch Commands - **NPX**: `npx -y @modelcontextprotocol/server-letta` - **Docker**: `docker run -i --rm mcp/letta`