ruby-mcp-template

omgreenfield/ruby-mcp-template
★ 0 stars Ruby 🔌 API Integration Updated 1d ago
A quick repo template for creating an MCP server via fast-mcp
View on GitHub → Try with Claude — $10 free →

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-template": {
      "command": "npx",
      "args": [
        "-y",
        "omgreenfield/ruby-mcp-template"
      ]
    }
  }
}

README Excerpt

Use [fast-mcp](https://github.com/yjacquin/fast-mcp) gem to easily spin up an MCP server. ```sh bin/install ``` ```sh bin/console ``` ```sh bin/inspector ``` ```sh bin/mcp ``` 1. Start the inspector with `bin/inspector` 2. Click `Server File` to copy a full `mcp.json` to clipboard 3. Or click `Server Entry` to just copy the server entry that then can be placed in the `mcpServers` object in an `mcp.json` file