By dickdavis
Claude Code plugin that assists in building MCP servers using the model-context-protocol-rb gem.
Configure MCP servers using the `model-context-protocol-rb` Ruby gem. Use when setting up server transports, registries, logging, and Rails integration.
Build MCP prompt handlers using the `model-context-protocol-rb` Ruby gem. Use when creating prompts that generate conversation message histories.
Build MCP resource and resource template handlers using the `model-context-protocol-rb` Ruby gem. Use when creating resources that provide content or templates that describe URI patterns.
Build MCP tool handlers using the `model-context-protocol-rb` Ruby gem. Use when creating tools that perform actions and return results.
This Claude Code plugin helps you build MCP servers using the model-context-protocol-rb Ruby gem.
This plugin provides skills for creating MCP handler classes and configuring MCP servers. You can invoke each skill directly or reference it conversationally.
/mcp-rb:toolsThis skill provides instructions for creating MCP tool handlers, including the define block DSL, response types, content helpers, annotations, cancellation/progress, error handling, and testing patterns.
/mcp-rb:tools
Conversationally:
Use the tools skill to create a tool that fetches weather data for a given location
/mcp-rb:promptsThis skill provides instructions for creating MCP prompt handlers, including the define block DSL, arguments, the message history DSL, completions, and testing patterns.
/mcp-rb:prompts
Conversationally:
Use the prompts skill to create a prompt that generates a code review conversation
/mcp-rb:resourcesThis skill provides instructions for creating MCP resource and resource template handlers, including text/binary responses, annotations, URI templates, completions, and testing patterns.
/mcp-rb:resources
Conversationally:
Use the resources skill to create a resource that serves the application configuration as JSON
/mcp-rb:configurationThis skill provides instructions for configuring MCP servers, including STDIO and streamable HTTP transports, Redis configuration, registry setup, server logging, and Rails integration.
/mcp-rb:configuration
Conversationally:
Use the configuration skill to set up a streamable HTTP MCP server for my Rails app
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
npx claudepluginhub dickdavis/personal-marketplace --plugin mcp-rbClaude Code plugin for building frontend applications with Svelte, TypeScript, and Bun.
Claude Code plugin for writing effective technical documentation.
Claude Code plugin for building Rails applications.
Productivity skills for Claude powered by Apple Calendar and Reminders.
Channel plugin that bridges Claude Code with a messaging API via WebSocket
MCP server development with Ruby SDK
Guide for creating high-quality MCP (Model Context Protocol) servers that enable LLMs to interact with external services through well-designed tools.
Model Context Protocol Mcp Expert subagent
Skills for designing and building MCP servers that work seamlessly with Claude — guides you through deployment models (remote HTTP, MCPB, local), tool design patterns, auth, and interactive MCP apps.
MCP server development helper with tool and resource scaffolding
Build MCP (Model Context Protocol) servers on Cloudflare Workers with tools, resources, and prompts.