MCP Directory
Back

action_mcp

by seuros · Ruby · ★ 116

Rails Engine with MCP compliant Spec.

#ai#authentication#claude#gateway#gem#http#json-rpc#language-model#llm#mcp#mcp-client#mcp-server#model-context-protocol#prompt-engineering#rails#rest-api#ruby#tool-use#vscode#websocket

Install

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

From the README

**ActionMCP** is a Ruby gem focused on providing Model Context Protocol (MCP) capability to Ruby on Rails applications, specifically as a server. ActionMCP is designed for production Rails environments and does **not** support STDIO transport. STDIO is not included because it is not production-ready and is only suitable for desktop or script-based use cases. Instead, ActionMCP is built for robust, network-based deployments. The client functionality in ActionMCP is intended to connect to remote MCP servers, not to local processes via STDIO. It offers base classes and helpers for creating MCP…
Read full README on GitHub →

Related developer tools servers