# dograh-hq/dograh | Model Context Protocol (MCP) Server > Open source voice AI platform. Self-hosted alternative to Vapi and Retell. On Prem, BYOK across Speech to Speech or LLM/STT/TTS, with a visual workflow builder, MCP native and telephony support. - **Stars**: ⭐ 5,093 - **Language**: Python - **Native MCP Manifest**: Standard NPX Transport ## 🔌 Claude Desktop Configuration (`claude_desktop_config.json`) ```json { "mcpServers": { "dograh": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-dograh" ] } } } ``` ## ⚡ Cursor MCP Configuration (`.cursor/mcp.json`) ```json { "mcpServers": { "dograh": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-dograh" ] } } } ``` ## 🚀 Launch Commands - **NPX**: `npx -y @modelcontextprotocol/server-dograh` - **Docker**: `docker run -i --rm mcp/dograh`