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).
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"
]
}
}
}