Glama
Chat
MCP
Gateway
Models
Pricing
Community
Sign In
Chat
MCP
Gateway
Models
Pricing
Community
Sign In
Glama
MCP
Servers
MCP Server: SSH Rails Runner
Claim
by
tadasant
npm
GitHub
Developer Tools
OS Automation
Security
TypeScript
MIT License
3
7
Reddit
Discord
Overview
Inspect
New
Schema
Related Servers
Reviews
Score
Need Help?
View Source Code
Report Issue
mcp-server-ssh-rails-runner
assets
.github
src
CONTRIBUTING.md
.gitignore
LICENSE
package.json
package-lock.json
README.md
tsconfig.json
{ "name": "mcp-server-ssh-rails-runner", "version": "0.0.3", "description": "MCP server for remote Rails console execution via SSH", "main": "build/index.js", "type": "module", "scripts": { "build": "tsc", "start": "node build/index.js", "dev": "tsc -w" }, "author": "Tadas Antanavicius", "license": "MIT", "repository": { "type": "git", "url": "git+https://github.com/tadasant/mcp-server-ssh-rails-runner.git" }, "keywords": [ "mcp", "mcp server", "rails", "ssh", "console" ], "dependencies": { "@modelcontextprotocol/sdk": "^1.0.0", "dotenv": "^16.4.7", "node-ssh": "^13.2.0", "zod": "^3.22.4" }, "devDependencies": { "@types/node": "^20.11.5", "typescript": "^5.3.3" } }