Odel
Rails Agent Skills

Rails Agent Skills

Local
@igmarin24ShellMITUpdated 2w ago

Rails development skills, docs, and workflows exposed through MCP stdio.

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

Dockerdocker.io/igmarin/rails-agent-skills-mcp:5.1.7

Run

docker run -i --rm docker.io/igmarin/rails-agent-skills-mcp:5.1.7

MCP client config

{
  "mcpServers": {
    "rails-agent-skills": {
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "docker.io/igmarin/rails-agent-skills-mcp:5.1.7"
      ]
    }
  }
}