Ruby MCP SDK
Model Context Protocol server for Ruby MCP SDK.
New to MCP? Copy the config below, then follow the Claude Desktop / Cursor steps.
Install guide → Connected Apps: Ruby MCP SDK Claude Desktop
Installation Guide
Run command: npx -y @modelcontextprotocol/server-ruby-mcp-sdk
Detailed Documentation
Model Context Protocol server for Ruby MCP SDK.
Configuration
{
"mcpServers": {
"ruby-mcp-sdk": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-ruby-mcp-sdk"
],
"env": {}
}
}
}