mcp-ssh-manager vs time
Side-by-side comparison to help you pick between these two MCP servers.
mcp-ssh-manager by bvisible | time by modelcontextprotocol | |
|---|---|---|
| Stars | ★ 203 | ★ 85,748 |
| 30d uses | — | — |
| Score | 51 | 77 |
| Official | — | ✓ |
| Categories | Ops & InfraDeveloper ToolsMonitoring | ProductivityDeveloper ToolsCommunication |
| Language | JavaScript | TypeScript |
| Last commit | this month | this month |
mcp-ssh-manager · Summary
A comprehensive MCP server providing 37 tools for remote SSH management, DevOps automation, backups, database operations, and health monitoring.
time · Summary
A comprehensive MCP server providing time and timezone conversion tools with automatic system timezone detection.
mcp-ssh-manager · Use cases
- Automated DevOps tasks across multiple servers including deployment, backups, and system maintenance
- Database management with safe SQL operations and backup/restore capabilities for MySQL, PostgreSQL, and MongoDB
- Real-time health monitoring and alerting for servers with customizable thresholds
- Multi-server group operations with a single command using server groups
time · Use cases
- Assisting with international meeting scheduling across time zones
- Providing real-time time information for location-based queries
- Enabling time conversion for travel planning and itineraries
mcp-ssh-manager · Install
Installation
Install via npm:
npm install -g mcp-ssh-managerFor Claude Desktop, add to your config.json:
{
"mcpServers": {
"ssh-manager": {
"command": "npx",
"args": ["mcp-ssh-manager"]
}
}
}For OpenAI Codex, use the TOML configuration:
[mcpServers.ssh-manager]
command = "npx"
args = ["mcp-ssh-manager"]After installation, run:
ssh-manager server addto configure your first server.
time · Install
Installation Options
**Using uv (recommended):**
uvx mcp-server-time**Using PIP:**
pip install mcp-server-time
python -m mcp_server_time**Configure for Claude Desktop:**
{
"mcpServers": {
"time": {
"command": "uvx",
"args": ["mcp-server-time"]
}
}
}