mcp-server-ssh-rails-runner
7
The MCP Server: SSH Rails Runner facilitates secure remote execution of Rails console commands using SSH. It provides tools for read-only operations and controlled mutations, enhancing the productivity in a Rails environment. It supports integration with Cursor for seamless code execution and analysis.
run_read_only
Perform read-only Rails console operations, analyze requests and return secure results
dry_run_mutate
Plan and verify potential database changes, create change code snippets but do not execute
execute_mutate
Execute previously approved change code snippets, which require explicit approval from the user.