# rubocop/rails-style-guide | Model Context Protocol (MCP) Server > A community-driven Ruby on Rails style guide - **Stars**: ⭐ 6,509 - **Language**: Unknown - **Native MCP Manifest**: Standard NPX Transport ## 🔌 Claude Desktop Configuration (`claude_desktop_config.json`) ```json { "mcpServers": { "rails-style-guide": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-rails-style-guide" ] } } } ``` ## ⚡ Cursor MCP Configuration (`.cursor/mcp.json`) ```json { "mcpServers": { "rails-style-guide": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-rails-style-guide" ] } } } ``` ## 🚀 Launch Commands - **NPX**: `npx -y @modelcontextprotocol/server-rails-style-guide` - **Docker**: `docker run -i --rm mcp/rails-style-guide`