Config is the same across clients — only the file and path differ.
{
"mcpServers": {
"rails-agent-skills": {
"args": [
"run",
"--rm",
"-i",
"igmarin/rails-agent-skills-mcp:5.1.5"
],
"type": "stdio",
"command": "docker"
}
}
}Are you the author?
Add this badge to your README to show your security score and help users find safe servers.
Rails development skills, docs, and workflows exposed through MCP stdio.
Run this in your terminal to verify the server starts. Then let us know if it worked — your result helps other developers.
npx -y 'skills' 2>&1 | head -1 && echo "✓ Server started successfully"
After testing, let us know if it worked:
Five weighted categories — click any category to see the underlying evidence.
No known CVEs.
Checked skills against OSV.dev.
This server is missing a description. Tools and install config are also missing.If you've used it, help the community.
Add informationBe the first to review
Have you used this server?
Share your experience — it helps other developers decide.
Sign in to write a review.
Others in other
MCP server for Spanning Cloud Backup — M365/GWS/Salesforce backups, restores, audit.
AI agent control of 3D printers — 432 tools for OctoPrint, Moonraker, Bambu, Prusa, Elegoo
MCP server for Kaseya Autotask PSA — companies, tickets, projects, time entries, and more.
On-chain provenance lookup for AnchorRegistry. Resolve AR-IDs, hashes, and full trees. Authless.
MCP Security Weekly
Get CVE alerts and security updates for io.github.igmarin/rails-agent-skills-mcp and similar servers.
Start a conversation
Ask a question, share a tip, or report an issue.
Sign in to join the discussion.
Rails Agent Skills turns AI coding assistants into disciplined Rails collaborators.
It is a curated library of 41 public Rails agent skills and 9 callable workflows that teach AI tools how to plan, test, implement, document, and review Rails work using production-minded conventions.
The project is built around one non-negotiable rule:
Write test -> run test -> verify it fails for the right reason -> implement -> verify it passes
That TDD gate is encoded directly into the skills and workflows, so agents do not just produce plausible Rails code. They follow a repeatable engineering process.
Supported agent environments
Official distribution
| Reader | What you get |
|---|---|
| Rails developers | Agent instructions for common Rails work: tests, services, APIs, GraphQL, migrations, jobs, Hotwire, engines, security, and review. |
| Team leads | A repeatable workflow that makes AI-assisted work easier to review because tests, docs, and self-review are part of the process. |
| Junior developers | Step-by-step Rails workflow guidance that explains what to do next instead of dumping generic code. |
| Senior developers | Opinionated guardrails for TDD, architecture, review, DDD, engines, performance, and production-safe changes. |
| Recruiters and evaluators | A concrete example of AI tooling designed around engineering discipline, validation, and distribution. |
| Area | Purpose |
|---|---|
skills/ | 41 public atomic skills. Each skill |