mcp-server-local-rails-runner
0
The project is an MCP server that allows local execution of Rails console commands, focusing on safe data operations. It supports both read-only operations and controlled mutations, offering integration with development tools like Cursor Composer.
execute_read_only
Perform read-only Rails console operations, analyze requests and return secure results
dry_run_mutate
Plan and verify potential change operations, create snippet resources containing proposed changes but do not execute
execute_mutate
Execute previously approved change code snippets, which require explicit approval from the user.