Server Information
Name: MCP SSH Manager
Author: @bvisible
Repository: https://github.com/bvisible/mcp-ssh-manager
NPM Package: https://www.npmjs.com/package/mcp-ssh-manager
Version: 3.1.0
License: MIT
Description
MCP SSH Manager is a comprehensive Model Context Protocol server that enables Claude Code and OpenAI Codex to manage multiple SSH connections. It provides 37 tools (with optional tool activation for 92% context reduction) for DevOps automation, including:
- Core SSH Operations: Execute commands, transfer files, sync directories
- Database Management: MySQL, PostgreSQL, MongoDB operations
- Backup & Restore: Automated backups with scheduling
- Health Monitoring: CPU, RAM, disk, network metrics
- Advanced Features: SSH tunnels, persistent sessions, server groups, profiles, hooks
Features
- ✅ Compatible with Claude Code AND OpenAI Codex (TOML + .env configs)
- ✅ 37 tools with tool activation system (reduce context by 92%)
- ✅ Enterprise DevOps features (backups, monitoring, database ops)
- ✅ Profiles, hooks, aliases system for automation
- ✅ Comprehensive documentation and examples
- ✅ Active development with CI/CD
- ✅ 10+ GitHub stars
Installation
npm install -g mcp-ssh-manager
Configuration
Claude Code
{
"mcpServers": {
"ssh-manager": {
"command": "node",
"args": ["/path/to/mcp-ssh-manager/src/index.js"]
}
}
}
OpenAI Codex
Documentation
Checklist
Would love to see MCP SSH Manager added to the official server list! Happy to provide any additional information needed.
Server Information
Name: MCP SSH Manager
Author: @bvisible
Repository: https://github.com/bvisible/mcp-ssh-manager
NPM Package: https://www.npmjs.com/package/mcp-ssh-manager
Version: 3.1.0
License: MIT
Description
MCP SSH Manager is a comprehensive Model Context Protocol server that enables Claude Code and OpenAI Codex to manage multiple SSH connections. It provides 37 tools (with optional tool activation for 92% context reduction) for DevOps automation, including:
Features
Installation
Configuration
Claude Code
{ "mcpServers": { "ssh-manager": { "command": "node", "args": ["/path/to/mcp-ssh-manager/src/index.js"] } } }OpenAI Codex
Documentation
Checklist
Would love to see MCP SSH Manager added to the official server list! Happy to provide any additional information needed.