Terminal SSH Server
FreeNot checkedMCP server that enables SSH access and terminal commands for Railway containers and local shell execution.
About
MCP server that enables SSH access and terminal commands for Railway containers and local shell execution.
README
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
Installation
Local Installation (for Cline/Claude Desktop)
- Clone this repository:
git clone https://github.com/klogins-hash/terminal-ssh-mcp.git
cd terminal-ssh-mcp
- Install dependencies and build:
npm install
npm run build
- Add 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 build
Testing
npm run start
Development Mode
npm run dev
Architecture
- 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.
Installing Terminal SSH Server
This server has no published package — it is built from source. Open the repository and follow its README.
▸ github.com/klogins-hash/terminal-ssh-mcpFAQ
Is Terminal SSH Server MCP free?
Yes, Terminal SSH Server MCP is free — one-click install via Unyly at no cost.
Does Terminal SSH Server need an API key?
No, Terminal SSH Server runs without API keys or environment variables.
Is Terminal SSH Server hosted or self-hosted?
Self-hosted: the server runs locally on your machine via the install command above.
How do I install Terminal SSH Server in Claude Desktop, Claude Code or Cursor?
Open Terminal SSH Server on unyly.org, pick your client tab (Claude Desktop, Claude Code, Cursor) and press Install — the config is generated automatically, no JSON editing.
Related MCPs
GitHub
PRs, issues, code search, CI status
by GitHubFilesystem
Secure file operations with configurable access controls.
Memory
Knowledge graph-based persistent memory system.
Template MCP Server
A CLI tool to create a new Model Context Protocol server project with TypeScript support, dual transport options, and an extensible structure
by mcpdotdirectCompare Terminal SSH Server with
Not sure what to pick?
Find your stack in 60 seconds
Author?
Embed badge for your README
Browse similar
All development MCPs
