rails-mcp-server
If you are the rightful owner of rails-mcp-server and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.
A Ruby implementation of a Model Context Protocol (MCP) server for Rails projects, allowing LLMs to interact with Rails projects.
switch_project
Switch the currently active Rails project
get_project_info
Get information about the current Rails project, including version, directory structure, and configuration
list_files
List files in Rails projects, support directory paths and schema filtering
get_file
Get the content of the specified file in the project, support syntax highlighting
get_routes
Get all routes defined in the Rails project
get_models
Get information about models in Rails projects, including architecture, associations, and definitions
get_schema
Get the database schema or schema of a specific table for a Rails project