tybalex/obot-ssh-mcp-server
3.2
If you are the rightful owner of obot-ssh-mcp-server and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to dayong@mcphub.com.
The SSH MCP Server is a consolidated server that facilitates remote execution of SSH commands using the Model Context Protocol (MCP).
Tools
2
Resources
0
Prompts
0
SSH MCP Server
A consolidated SSH-based MCP (Model Context Protocol) server that allows remote execution of SSH commands via the MCP protocol.
Features
- SSH Command Execution: Execute remote SSH commands safely through MCP protocol
- Multiple Authentication Methods: Support for password and private key authentication
- Command Security Control: Whitelist and blacklist mechanisms to control allowed commands
- SOCKS Proxy Support: Connect through SOCKS proxies
- Multiple Connection Support: Manage multiple SSH connections simultaneously
- Environment Variable Configuration: Easy deployment with environment variables
Available Tools
| Tool | Description |
|---|---|
execute-command | Execute SSH commands on remote servers and get results |
list-servers | List all available SSH server configurations |
MCP Configuration Example
{
"mcpServers": {
"ssh-mpc-server": {
"command": "npx",
"args": [
"-y",
"@tybalex/ssh-mcp-server@0.0.4"
],
"env": {
"HOST": "your-server-ip",
"PORT": "22",
"USER": "your-username",
"PASSWORD": "your-password"
}
}
}
}