ruby-mcp-server-generator
Installation
Summary
Generate production-ready MCP servers in Ruby using the official SDK with complete project scaffolding.
- Generates a full project structure with tools, prompts, resources, tests, and configuration files following Ruby conventions
- Includes input/output schemas, tool annotations, and structured content support for type-safe MCP implementations
- Provides example tools (greet, calculate), prompts (code review), and resources with comprehensive test coverage using Minitest
- Supports stdio transport for direct execution and HTTP integration patterns for Rails or other frameworks
- Comes with Rakefile tasks for testing, linting with RuboCop, and Claude Desktop configuration examples
SKILL.md
Ruby MCP Server Generator
Generate a complete, production-ready MCP server in Ruby using the official Ruby SDK.
Project Generation
When asked to create a Ruby MCP server, generate a complete project with this structure: