Terminal SSH MCP Server
Provides SSH access to Railway containers and services, enabling command execution and file operations on Railway projects.
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@Terminal SSH MCP Serverrun 'ls -la' in the current directory"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
Terminal SSH MCP Server
An MCP (Model Context Protocol) server that provides SSH and terminal access capabilities. This server enables interactive access to Railway containers and local shell execution through the MCP interface.
Features
SSH Access: Connect to Railway containers via SSH with optional command execution
Command Execution: Run shell commands locally with output capture
File Operations: Read, write, and list files on the system
Directory Listing: Browse directory structures
Railway Integration: Direct SSH access to Railway services using project/environment/service IDs
Related MCP server: Simple SSH MCP Server
Installation
Local Installation (for Cline/Claude Desktop)
Clone this repository:
git clone https://github.com/klogins-hash/terminal-ssh-mcp.git
cd terminal-ssh-mcpInstall dependencies and build:
npm install
npm run buildAdd to your MCP configuration:
For Cline (VS Code):
Edit ~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json:
{
"mcpServers": {
"terminal-ssh": {
"command": "node",
"args": ["/path/to/terminal-ssh-mcp/build/index.js"],
"disabled": false,
"autoApprove": []
}
}
}For Claude Desktop:
Edit ~/Library/Application Support/Claude/claude_desktop_config.json:
{
"mcpServers": {
"terminal-ssh": {
"command": "node",
"args": ["/path/to/terminal-ssh-mcp/build/index.js"]
}
}
}Railway Deployment
This server can be deployed to Railway for cloud-based access:
Create a new Railway project
Deploy from this GitHub repository
Railway will automatically:
Install dependencies
Build the TypeScript
Deploy the MCP server
The server will run on Railway and can be accessed via SSH through Railway's CLI.
Available Tools
execute_command
Run shell commands locally and capture output.
Parameters:
command(required): The shell command to executecwd(optional): Current working directorytimeout(optional): Timeout in milliseconds (default: 30000)
railway_ssh
SSH into a Railway service container.
Parameters:
project(required): Railway project IDenvironment(required): Railway environment IDservice(required): Railway service IDcommand(optional): Command to run in the container (if not provided, returns SSH command)
read_file
Read file contents.
Parameters:
path(required): Path to the file
write_file
Write content to a file.
Parameters:
path(required): Path to the filecontent(required): Content to write
list_directory
List files and directories in a path.
Parameters:
path(required): Directory path to list
Development
Building
npm run buildTesting
npm run startDevelopment Mode
npm run devArchitecture
Framework: MCP SDK (Model Context Protocol)
Language: TypeScript
Runtime: Node.js 22+
Transport: Stdio-based communication
Security Considerations
API credentials should not be committed to repositories
Use environment variables for sensitive configuration
SSH keys are managed by Railway CLI
All commands execute with current user permissions
License
MIT
Support
For issues and questions, please open an issue on GitHub.
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- Alicense-qualityCmaintenanceA simple MCP server that allows accessing and executing shell commands on a VM machine through a web-based terminal interface, with automatic tunneling to make the VM accessible from anywhere.Last updated1935MIT
- Alicense-qualityDmaintenanceAn MCP server that gives AI assistants full SSH/SFTP remote operations — session management, command execution, interactive shells, file transfers, port forwarding, and system diagnostics.Last updated1MIT
- Alicense-qualityFmaintenanceA secure MCP server for shell operations, terminal management, and process control, enabling AI assistants to safely execute commands and manage interactive sessions.Last updated1564MIT
- AlicenseAqualityAmaintenanceMCP server for SSH and local terminal access. Supports interactive commands, long-running processes, and TUI apps like tmux/zellijLast updated63MIT
Related MCP Connectors
MCP server for interacting with the Supabase platform
An MCP server that let you interact with Cycloid.io Internal Development Portal and Platform
A MCP server built for developers enabling Git based project management with project and personal…
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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/klogins-hash/terminal-ssh-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server