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:

my-mcp-server/
├── Gemfile
├── Rakefile
├── lib/
│   ├── my_mcp_server.rb
│   ├── my_mcp_server/
│   │   ├── server.rb
│   │   ├── tools/
│   │   │   ├── greet_tool.rb
│   │   │   └── calculate_tool.rb
Related skills

More from github/awesome-copilot

Installs
8.3K
GitHub Stars
32.8K
First Seen
Feb 25, 2026