rails-style-guide

GitHub

A community-driven Ruby on Rails style guide

6,509 stars Unknown #rails#rubocop#ruby#styleguide
RAW Config

Claude Desktop Configuration

Add to ~/Library/Application Support/Claude/claude_desktop_config.json

{
  "mcpServers": {
    "rails-style-guide": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-rails-style-guide"
      ]
    }
  }
}