Rails MCP Server
未申請A 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.
インストール
npx mcp-remote http://localhost:6029/mcp/sse未申請リスティング
このMCPサーバーはあなたのものですか?
このリスティングは公開情報から自動的にインデックスされました。申請することで、ページの編集、互換性の設定、成長ツールのアンロックができます。2分以内に完了します。
このサーバーを申請するツール(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')