Skip to main content
Glama

MCP Server: SSH Rails Runner

by tadasant
package.json806 B
{ "name": "mcp-server-ssh-rails-runner", "version": "0.1.0", "description": "MCP server for remote Rails code 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", "zod-to-json-schema": "^3.24.5" }, "devDependencies": { "@types/node": "^20.11.5", "typescript": "^5.3.3" } }

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/tadasant/mcp-server-ssh-rails-runner'

If you have feedback or need assistance with the MCP directory API, please join our Discord server