MCP Directory
Back

mcp_on_ruby

by rubyonai ยท 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/rubyonai/mcp_on_ruby.git

Claude Desktop config

Add this to your claude_desktop_config.json:

{
  "mcpServers": {
    "mcp-on-ruby": {
      "command": "npx",
      "args": [
        "-y",
        "github:rubyonai/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 โ†’

๐Ÿ’ก Need a managed MCP host?

Try Claude Pro for the smoothest MCP experience, or browse our cloud-hosted servers.

Related developer tools servers