Skip to content

Add mcp-ssh-manager to server list #3005

@bvisible

Description

@bvisible

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

ssh-manager codex setup

Documentation

Checklist

  • Server is published on npm or available as a public repository
  • Server has clear documentation
  • Server is actively maintained
  • Server follows MCP specification
  • Server has MIT license

Would love to see MCP SSH Manager added to the official server list! Happy to provide any additional information needed.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions