Automatically introspects your Rails application and exposes schema, models, routes, controllers, views, auth, tests, config, and conventions to AI assistants via MCP. 9 read-only tools, zero configuration. Works with Claude Code, Cursor, Windsurf, and GitHub Copilot.
Server Config
{
"mcpServers": {
"rails-ai-context": {
"command": "bundle",
"args": [
"exec",
"rails",
"ai:serve"
]
}
}
}