Ruby
MCP Serverby Mindrally · Added 5mo ago
Claude
8
Install
git clone https://github.com/Mindrally/skillsAdd to Claude
claude mcp add rubyQuick Setup Config
Copy & paste ready~/Library/Application Support/Claude/claude_desktop_config.json (macOS) %APPDATA%\Claude\claude_desktop_config.json (Windows)
{
"mcpServers": {
"ruby": {
"command": "npx",
"args": [
"@modelcontextprotocol/ruby"
]
}
}
}Paste into your Claude Desktop config file, then restart Claude.
About
Ruby development guidelines covering idiomatic code style, Ruby 3.x features, testing with RSpec, and best practices for building maintainable Ruby applications.
Tags
developmentrubyexpresstestingsecurityskill