MCP Directory
Back

action_mcp

by seuros · Ruby · ★ 112

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

Claude Desktop config

Add this to your claude_desktop_config.json:

{
  "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 →

💡 Need a managed MCP host?

Try Claude Pro for the smoothest MCP experience, or browse our cloud-hosted servers.

Related developer tools servers