ruby_mcp

nbrandaleone-gcp/ruby_mcp
★ 0 stars Ruby Code/Dev Tools Updated today
An MCP server, written in Ruby. Deployed to Google Cloud Run, for blog.
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "ruby_mcp": {
      "command": "npx",
      "args": [
        "-y",
        "nbrandaleone-gcp/ruby_mcp"
      ]
    }
  }
}

README Excerpt

A simple MCP server written in Ruby. Deployed to Google Cloud Run. mkdir my_project && cd my_project bundle init bundler add sinatra ... If you have a `config.ru` file in your project root, you can start your local web server by executing the rackup command in your terminal, or by starting your rack-compatible web server. I skip this by having

Tools (1)

echo_tool