# roadrunner-server/roadrunner | Model Context Protocol (MCP) Server > 🤯 High-performance PHP application server, process manager written in Go and powered with plugins - **Stars**: ⭐ 8,449 - **Language**: Go - **Native MCP Manifest**: Standard NPX Transport ## 🔌 Claude Desktop Configuration (`claude_desktop_config.json`) ```json { "mcpServers": { "roadrunner": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-roadrunner" ] } } } ``` ## ⚡ Cursor MCP Configuration (`.cursor/mcp.json`) ```json { "mcpServers": { "roadrunner": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-roadrunner" ] } } } ``` ## 🚀 Launch Commands - **NPX**: `npx -y @modelcontextprotocol/server-roadrunner` - **Docker**: `docker run -i --rm mcp/roadrunner`