MCP Directory
Back

modelcontextprotocol

by terminalwire · Ruby · ★ 9

A ruby implementation of the Model Context Protocol

Install

git clone https://github.com/terminalwire/modelcontextprotocol.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": {
    "modelcontextprotocol": {
      "command": "npx",
      "args": [
        "-y",
        "github:terminalwire/modelcontextprotocol"
      ]
    }
  }
}

From the README

This gem enables the Model Context Protocol for Thor command-line applications. Install the gem and add to the application's Gemfile by executing: If bundler is not being used to manage dependencies, install the gem by executing: **THIS DOES NOT WORK YET AND IS WHAT THIS PROJECT ASPIRES TO** Include the in a Thor command-line application to enable model context protocol for the CLI: Then boot the model context server via: This boots a model context protocol server that connects to your tools that support MCP. If you'd like to integrate your Rails SaaS to AI development tools, you maybe…
Read full README on GitHub →

Related other servers