# dgraph-io/badger | Model Context Protocol (MCP) Server > Fast key-value DB in Go. - **Stars**: ⭐ 15,742 - **Language**: Go - **Native MCP Manifest**: Standard NPX Transport ## 🔌 Claude Desktop Configuration (`claude_desktop_config.json`) ```json { "mcpServers": { "badger": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-badger" ] } } } ``` ## ⚡ Cursor MCP Configuration (`.cursor/mcp.json`) ```json { "mcpServers": { "badger": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-badger" ] } } } ``` ## 🚀 Launch Commands - **NPX**: `npx -y @modelcontextprotocol/server-badger` - **Docker**: `docker run -i --rm mcp/badger`