rails-mcp-server
129
The Rails MCP Server is a Ruby-based server that facilitates interaction between AI models and Ruby on Rails projects through the Model Context Protocol. It provides features like code exploration, database schema analysis, and integration with tools like Claude Desktop for enhanced project management.
Rails MCP Server
A Ruby implementation of a Model Context Protocol (MCP) server for Rails projects, allowing LLMs to interact with Rails projects. It supports features like managing multiple projects, browsing files, viewing Rails routes, inspecting model information, and more. The server can run in STDIO or HTTP mode and integrates with MCP clients like Claude Desktop.
Features
- Manage multiple Rails projects
- Browse project files
- View Rails routes
- Inspect model information
- Analyze controller-view relationships
- Follows the MCP standard