📄 skillActivePromisingmedium
rails-mcp-server
by maquina-app
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.
Supported Platforms
🔧 Generic
Quality Breakdown
117/ 200
Content Signals
Repo Health
Multi-platform bonus: +5 pts if tool supports 2+ platforms. Score derived from 12 structural signals — not stars or popularity.
Trust & Verification
medium
Requires extended permissions (shell access, subagents). Review before use.
Active
Updated within the last 90 days. Actively maintained.
Risk Assessment
- Executable Ruby code execution tool (execute_ruby.rb) allows arbitrary Ruby code execution within the server context
- Process execution capability (run_process.rb) enables shell command execution
- Multiple executable files in exe/ directory (rails-mcp-config, rails-mcp-server, rails-mcp-setup-claude) that bootstrap and configure the server
- Persistent configuration modifications through config.rb and setup scripts that modify system state
- Resource downloader and importer that fetches external documentation and code from remote sources
- Designed to give AI models access to execute code against live Rails projects with minimal sandboxing