MCP Directory
Back

fast-mcp

by yjacquin · Ruby · ★ 1,180

A Ruby Implementation of the Model Context Protocol

#ai#llm#mcp#rack#ruby

Install

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

From the README

Connect AI models to your Ruby applications with ease No complex protocols, no integration headaches, no compatibility issues – just beautiful, expressive Ruby code. AI models are powerful, but they need to interact with your applications to be truly useful. Traditional approaches mean wrestling with: - 🔄 Complex communication protocols and custom JSON formats - 🔌 Integration challenges with different model providers - 🧩 Compatibility issues between your app and AI tools - 🧠 Managing the state between AI interactions and your data Fast MCP solves all these problems by…
Read full README on GitHub →

Related ai & ml servers