Ssh Rails Runner icon

Ssh Rails Runner

CreatedMCP-Mirror

Enables secure remote execution of Rails console commands over SSH, facilitating both read-only operations and managed mutations in a deployed Rails environment.

About

SSH Rails Runner provides a secure method for interacting with Rails applications remotely via SSH. It allows users to execute read-only Rails console commands for data analysis and retrieval and offers a controlled environment for performing database mutations with dry-run capabilities and explicit approval workflows. This eliminates the need for complex Admin UIs, streamlining data wrangling tasks.

Key Features

  • Remote Rails console execution over SSH
  • Safe read-only operations
  • Dry-run capability for mutations
  • Execution of approved mutations
  • Resource management for code snippets
  • 0 GitHub stars

Use Cases

  • Performing data analysis on a remote Rails application.
  • Executing controlled database migrations on a production server.
  • Troubleshooting issues in a Rails application without direct server access.