MCP Directory
Back

mcp_on_ruby

by nagstler · Ruby · ★ 98

💎 A Ruby implementation of the Model Context Protocol

#ai#anthropic#large-language-models#mcp#model-context-protocol#model-context-protocol-servers#openai#ruby#ruby-gem

Install

git clone https://github.com/nagstler/mcp_on_ruby.git

Auto-generated from the repo's primary language — check the repo's own README for its exact install instructions.

Claude Desktop config

A starting point for your claude_desktop_config.json (auto-generated — the repo's README may specify a published package name or required env vars):

{
  "mcpServers": {
    "mcp-on-ruby": {
      "command": "npx",
      "args": [
        "-y",
        "github:nagstler/mcp_on_ruby"
      ]
    }
  }
}

From the README

[](https://badge.fury.io/rb/mcp_on_ruby) [](https://opensource.org/licenses/MIT) [](https://www.ruby-lang.org/) **Model Context Protocol (MCP) server for Rails applications** Expose your Rails app as an AI accessible interface — define tools and resources the Rails way. Made with ❤️ for the Ruby community
Read full README on GitHub →

Related ai & ml servers