# gastownhall/beads | Model Context Protocol (MCP) Server > Beads - A memory upgrade for your coding agent - **Stars**: ⭐ 26,266 - **Language**: Go - **Native MCP Manifest**: Standard NPX Transport ## 🔌 Claude Desktop Configuration (`claude_desktop_config.json`) ```json { "mcpServers": { "beads": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-beads" ] } } } ``` ## ⚡ Cursor MCP Configuration (`.cursor/mcp.json`) ```json { "mcpServers": { "beads": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-beads" ] } } } ``` ## 🚀 Launch Commands - **NPX**: `npx -y @modelcontextprotocol/server-beads` - **Docker**: `docker run -i --rm mcp/beads`