| name | Give Rails coding agents live app context with rails-ai-context |
| slug | give-rails-coding-agents-live-app-context-with-rails-ai-context |
| description | Use rails-ai-context to expose a running Rails app's schema, routes, models, controllers, conventions, and test patterns through MCP tools so coding agents verify before editing. |
| github_stars | 151 |
| verification | security_reviewed |
| source | https://github.com/crisnahine/rails-ai-context |
| author | Cris Nahine |
| publisher_type | independent open-source |
| category | Developer Tools |
| framework | MCP |
| tool_ecosystem | {"github_repo":"crisnahine/rails-ai-context","github_stars":151} |
Give Rails coding agents live app context with rails-ai-context
Use rails-ai-context to expose a running Rails app's schema, routes, models, controllers, conventions, and test patterns through MCP tools so coding agents verify before editing.
Prerequisites
rails-ai-context gem or CLI, Rails app, Ruby, compatible MCP host or coding assistant
Installation
Install or set up from the source-backed instructions:
Add gem "rails-ai-context", group: :development and run rails generate rails_ai_context:install, or install standalone with gem install rails-ai-context, then run rails-ai-context init and rails-ai-context serve from the Rails app.
Documentation
Source