SSH Rails Runner

SSH Rails Runner

tadasant

Executes Rails console commands remotely via SSH, providing safe read-only operations and controlled mutations on production Rails applications.

13343 views7Local (stdio)

What it does

  • Execute read-only Rails console commands remotely
  • Run dry-run mutations before making changes
  • Execute approved database mutations via Rails console
  • Manage and store code snippets locally
  • Connect to production Rails apps over SSH

Best for

Data analysis and wrangling on production Rails appsAdministrative tasks without complex admin UIsRails developers working with remote databasesDatabase operations with safety checks
Dry-run capability prevents accidental changesWorks with Cursor ComposerSSH-based remote execution

Alternatives