Used by 1 plugin
Integrates Ruby language server features like diagnostics and code completion into Claude.
Add to your .mcp.json:
{
"mcpServers": {
"ruby-lsp": {
"command": "bundle",
"args": [
"exec",
"ruby-lsp"
]
}
}
}bundle