tadasant_mcp-server-ssh-rails-runner
0
This project is an MCP server designed to execute Rails console commands securely over SSH, allowing for both read-only operations and controlled mutations in a Rails environment. It focuses on security and practicality with integrated tools for efficient database management.
run_read_only
Execute read-only Rails console operations, analyze requests, formulate safe read-only commands, and return results
dry_run_mutate
Plan and verify potential changes, create snippet resources containing proposed changes without executing them
execute_mutate
Execute previously approved change code snippets, and it is necessary to clarify the user's approval code snippet resources before execution.