SSH Rails Runner▌

by tadasant
SSH Rails Runner enables secure remote Rails console command execution via SSH for streamlined data and admin tasks in p
Enables safe remote execution of Rails console commands via SSH for efficient data operations and administrative tasks on production Rails applications.
best for
- / Data analysis and wrangling on production Rails apps
- / Administrative tasks without complex admin UIs
- / Rails developers working with remote databases
- / Database operations with safety checks
capabilities
- / 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
what it does
Executes Rails console commands remotely via SSH, providing safe read-only operations and controlled mutations on production Rails applications.
about
SSH Rails Runner is a community-built MCP server published by tadasant that provides AI assistants with tools and capabilities via the Model Context Protocol. SSH Rails Runner enables secure remote Rails console command execution via SSH for streamlined data and admin tasks in p It is categorized under databases, developer tools.
how to install
You can install SSH Rails Runner in your AI client of choice. Use the install panel on this page to get one-click setup for Cursor, Claude Desktop, VS Code, and other MCP-compatible clients. This server runs locally on your machine via the stdio transport.
license
MIT
SSH Rails Runner is released under the MIT license. This is a permissive open-source license, meaning you can freely use, modify, and distribute the software.
readme
MCP Server: SSH Rails Runner
An MCP server that enables secure remote execution of Rails console commands via SSH. This server provides tools for both read-only operations and carefully managed mutations in a deployed Rails environment.
This works great with Cursor. You can use Cursor Composer to pull in your Rails model files as context and then use the execute_read_only, dry_run_mutate, and execute_mutate tools to make changes to the database. No need to trudge through complicated Admin UI's to get your data wrangling and analysis done.
Example

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
Installation
npm install
npm run build
Configuration
Set the following environment variables:
SSH_HOST=your.remote.host
SSH_USER=your_ssh_user
SSH_PRIVATE_KEY_PATH=your_SSH_PRIVATE_KEY_PATH
RAILS_WORKING_DIR=/path/to/rails/app
Usage with Claude Desktop
Add to your Claude Desktop configuration:
{
"mcpServers": {
"ssh-rails-runner": {
"command": "npx",
"args": ["mcp-server-ssh-rails-runner"],
"env": {
"SSH_HOST": "your.remote.host",
"SSH_USER": "your_ssh_user",
"SSH_PRIVATE_KEY_PATH": "your_SSH_PRIVATE_KEY_PATH",
"RAILS_WORKING_DIR": "/path/to/rails/app/root",
"PROJECT_NAME_AS_CONTEXT": "Name that shows up in tool descriptions to help the LLM describe what kind of Rails project we're working with.",
"CODE_SNIPPET_FILE_DIRECTORY": "/path/to/store/code/snippets/locally"
}
}
}
}
If CODE_SNIPPET_FILE_DIRECTORY is not provided, snippets will be stored in a temporary directory (e.g., /tmp/mcp-ssh-rails-runner-code-snippets).
PROJECT_NAME_AS_CONTEXT is optional and helps identify the project context in tool descriptions.
Available Tools
The server now uses a Prepare -> Execute workflow:
mcp_ssh_rails_runner_prepare_code_snippet
- Arguments:
name(string, for filename),type(enum: "readOnly" | "mutate"),code(string, Ruby code),description(string, optional). - Function: Saves the provided Ruby code to a local file named
code_snippet_<name>.json, marks it as read-only or mutate, and opens the file for review. - Returns: The
file://URI of the created snippet.
mcp_ssh_rails_runner_execute_code_snippet_read_only
- Arguments:
uri(string,file://URI fromprepareCodeSnippet). - Function: Reads the code snippet from the URI, verifies it's marked as
readOnly, performs a safety check on the code, and executes it. - Returns: The output of the Rails command.
mcp_ssh_rails_runner_execute_code_snippet_mutate
- Arguments:
uri(string,file://URI fromprepareCodeSnippet). - Function: DANGER ZONE! Reads the code snippet, verifies it's marked as
mutate, and executes it directly. There is no dry run or further safety check within this tool. - Returns: The output of the Rails command.
- Usage: ONLY CALL THIS AFTER THE USER HAS REVIEWED the prepared code (via the opened file from
prepareCodeSnippet) AND EXPLICITLY CONFIRMED they want to execute the mutation.
Security Considerations
- Only use with trusted SSH endpoints from your own local machine that is (temporarily) provided access to the remote environment.
- Crucially, always review the code saved by
prepareCodeSnippetbefore executing any mutation withexecuteCodeSnippetMutate. The responsibility for confirming mutations lies with the user and the calling AI.
License
MIT
FAQ
- What is the SSH Rails Runner MCP server?
- SSH Rails Runner is a Model Context Protocol (MCP) server profile on explainx.ai. MCP lets AI hosts (e.g. Claude Desktop, Cursor) call tools and resources through a standard interface; this page summarizes categories, install hints, and community ratings.
- How do MCP servers relate to agent skills?
- Skills are reusable instruction packages (often SKILL.md); MCP servers expose live capabilities. Teams frequently combine both—skills for workflows, MCP for APIs and data. See explainx.ai/skills and explainx.ai/mcp-servers for parallel directories.
- How are reviews shown for SSH Rails Runner?
- This profile displays 42 aggregated ratings (sample rows for discoverability plus signed-in user reviews). Average score is about 4.8 out of 5—verify behavior in your own environment before production use.
Ratings
4.8★★★★★42 reviews- ★★★★★Kaira Haddad· Dec 12, 2024
Strong directory entry: SSH Rails Runner surfaces stars and publisher context so we could sanity-check maintenance before adopting.
- ★★★★★Dhruvi Jain· Dec 4, 2024
Strong directory entry: SSH Rails Runner surfaces stars and publisher context so we could sanity-check maintenance before adopting.
- ★★★★★Isabella Ramirez· Dec 4, 2024
I recommend SSH Rails Runner for teams standardizing on MCP; the explainx.ai page compares cleanly with sibling servers.
- ★★★★★Isabella Gupta· Nov 27, 2024
Useful MCP listing: SSH Rails Runner is the kind of server we cite when onboarding engineers to host + tool permissions.
- ★★★★★Oshnikdeep· Nov 23, 2024
SSH Rails Runner is among the better-indexed MCP projects we tried; the explainx.ai summary tracks the official description.
- ★★★★★Diya Jackson· Nov 23, 2024
We evaluated SSH Rails Runner against two servers with overlapping tools; this profile had the clearer scope statement.
- ★★★★★Rahul Santra· Nov 19, 2024
Useful MCP listing: SSH Rails Runner is the kind of server we cite when onboarding engineers to host + tool permissions.
- ★★★★★Diya Li· Nov 3, 2024
SSH Rails Runner is among the better-indexed MCP projects we tried; the explainx.ai summary tracks the official description.
- ★★★★★Kiara Rao· Oct 22, 2024
We evaluated SSH Rails Runner against two servers with overlapping tools; this profile had the clearer scope statement.
- ★★★★★Daniel Dixit· Oct 18, 2024
SSH Rails Runner reduced integration guesswork — categories and install configs on the listing matched the upstream repo.
showing 1-10 of 42