# mr-karan/doggo | Model Context Protocol (MCP) Server > :dog: Command-line DNS Client for Humans. Written in Golang - **Stars**: ⭐ 4,256 - **Language**: Go - **Native MCP Manifest**: Standard NPX Transport ## 🔌 Claude Desktop Configuration (`claude_desktop_config.json`) ```json { "mcpServers": { "doggo": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-doggo" ] } } } ``` ## ⚡ Cursor MCP Configuration (`.cursor/mcp.json`) ```json { "mcpServers": { "doggo": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-doggo" ] } } } ``` ## 🚀 Launch Commands - **NPX**: `npx -y @modelcontextprotocol/server-doggo` - **Docker**: `docker run -i --rm mcp/doggo`