Rails MCP Server
UnclaimedA Ruby gem implementation of a Model Context Protocol (MCP) server for Rails projects. This server allows LLMs (Large Language Models) to interact with Rails projects through the Model Context Protocol.
Install
npx mcp-remote http://localhost:6029/mcp/sseUnclaimed listing
Is this your MCP server?
This listing was auto-indexed from the public record. Claim it to edit the page, set compatibility and unlock growth tools. Takes under two minutes.
Claim this serverTools (18)
analysis_type
'introspection', 'static', or 'full' (includes Prism AST analysis)
analyze_controller_views
Analyze controller-view relationships with optional Prism static analysis.
analyze_environment_config
Analyze environment configurations for inconsistencies and security issues.
analyze_models
Analyze Active Record models with associations, validations, and optional Prism static analysis.
category
(String, optional) Filter by category: models, database, routing, controllers, files, project, guides
detail_level
(String, optional) Output detail: 'names', 'summary', or 'full' (default: 'summary')
get_file
Retrieve the content of a specific file.
get_routes
Retrieve Rails routes with optional filtering.
get_schema
Retrieve database schema information.
list_files
List files matching a pattern in a directory.
load_guide
Load documentation guides from Rails, Turbo, Stimulus, Kamal, or Custom.
model_name
Specific model to analyze
model_names
Array of models to analyze
params
(Hash, optional) Parameters for the analyzer
project_info
Retrieve comprehensive project information including Rails version, directory structure, and organization.
project_name
(String, required) Name of the project as defined in projects.yml
query
(String, optional) Search term (e.g., 'routes', 'model', 'schema')
tool_name
(String, required) Name of the analyzer (e.g., 'getroutes', 'analyzemodels')