能力标签
MCP SSH管理
🔌
MCP工具

MCP SSH管理

基于 JavaScript · 让 AI 助手直接操作你的系统与工具
英文名:mcp-ssh-manager
⭐ 242 Stars 🍴 39 Forks 💻 JavaScript 📄 MIT 🏷 AI 7.5分
7.5AI 综合评分
sshmcpautomationbackup
✦ AI Skill Hub 推荐

MCP SSH管理 是 AI Skill Hub 本期精选MCP工具之一。综合评分 7.5 分,整体质量较高。我们推荐使用将其纳入你的 AI 工具库,帮助提升工作效率。

📚 深度解析

MCP SSH管理 是一款基于 MCP(Model Context Protocol)标准协议的 AI 工具扩展。MCP 协议由 Anthropic 开发并开源,旨在建立 AI 模型与外部工具之间的标准化通信接口,目前已被 Claude Desktop、Claude Code、Cursor 等主流 AI 工具采纳。

通过安装 MCP SSH管理,你的 AI 助手将获得额外的工具调用能力,可以用自然语言直接操控该工具的功能,无需学习复杂的命令行语法。MCP 工具的核心价值在于"一次配置,永久增强"——配置完成后,每次与 AI 对话时都可以无缝调用这些工具。

在技术实现上,MCP 工具通过标准的 JSON-RPC 协议与 AI 客户端通信,工具的功能以"工具列表"的形式暴露给 AI 模型,AI 可以按需调用。MCP SSH管理 提供了结构化的工具调用接口,使 AI 模型能够精确地理解和使用每个功能点,显著降低 AI 在工具使用上的错误率。

与传统的 API 集成相比,MCP 工具的优势在于无需编写代码——用户只需在配置文件中添加几行 JSON,即可让 AI 获得全新能力。AI Skill Hub 将 MCP SSH管理 评为 AI 评分 7.5 分,属于同类工具中的优质选择。

📋 工具概览

MCP SSH管理 是一款遵循 MCP(Model Context Protocol)标准协议的 AI 工具扩展。通过 MCP 协议,它可以让 Claude、Cursor 等主流 AI 客户端直接访问和操作外部工具、数据源和服务,实现 AI 能力的无缝扩展。无论是文件操作、数据库查询还是 API 调用,都可以通过自然语言在 AI 对话中直接触发,极大提升生产效率。

GitHub Stars
⭐ 242
开发语言
JavaScript
支持平台
Windows / macOS / Linux
维护状态
轻量级项目,按需更新
开源协议
MIT
AI 综合评分
7.5 分
工具类型
MCP工具
Forks
39

📖 中文文档

以下内容由 AI Skill Hub 根据项目信息自动整理,如需查看完整原始文档请访问底部「原始来源」。

MCP SSH管理 是一款遵循 MCP(Model Context Protocol)标准协议的 AI 工具扩展。通过 MCP 协议,它可以让 Claude、Cursor 等主流 AI 客户端直接访问和操作外部工具、数据源和服务,实现 AI 能力的无缝扩展。无论是文件操作、数据库查询还是 API 调用,都可以通过自然语言在 AI 对话中直接触发,极大提升生产效率。

📌 核心特色
  • 通过标准 MCP 协议与 Claude、Cursor 等主流 AI 客户端深度集成
  • 提供结构化工具调用接口,显著降低 AI 集成复杂度
  • 支持 Claude Desktop 和 Claude Code 无缝接入,开箱即用
  • 可与其他 MCP 工具组合叠加,构建完整 AI 工作站
  • 轻量无侵入设计,不影响现有系统架构
🎯 主要使用场景
  • 在 Claude Desktop 对话中直接调用本地工具,实现 AI 与系统的深度联动
  • 通过自然语言驱动复杂的多步骤自动化任务,代替繁琐手动操作
  • 将多个 MCP 工具组合使用,构建个人专属 AI 工作站
以下安装命令基于项目开发语言和类型自动生成,实际以官方 README 为准。
安装命令
# 方式一:通过 Claude Code CLI 一键安装
claude skill install https://github.com/bvisible/mcp-ssh-manager

# 方式二:手动配置 claude_desktop_config.json
{
  "mcpServers": {
    "mcp-ssh--": {
      "command": "npx",
      "args": ["-y", "mcp-ssh-manager"]
    }
  }
}

# 配置文件位置
# macOS: ~/Library/Application Support/Claude/claude_desktop_config.json
# Windows: %APPDATA%/Claude/claude_desktop_config.json
📋 安装步骤说明
  1. 确认已安装 Node.js(v18 或以上版本)
  2. 打开 Claude Desktop 或 Claude Code 的 MCP 配置文件
  3. 按「交给 Agent 安装 → Claude Desktop」标签中的 JSON 配置填入 mcpServers 字段
  4. 保存配置文件并重启 Claude 客户端
  5. 重启后,在对话中即可使用本工具
以下用法示例由 AI Skill Hub 整理,涵盖最常见的使用场景。
常用命令 / 代码示例
# 安装后在 Claude 对话中直接使用
# 示例:
用户: 请帮我用 MCP SSH管理 执行以下任务...
Claude: [自动调用 MCP SSH管理 MCP 工具处理请求]

# 查看可用工具列表
# 在 Claude 中输入:"列出所有可用的 MCP 工具"
以下配置示例基于典型使用场景生成,具体参数请参照官方文档调整。
配置示例
// claude_desktop_config.json 配置示例
{
  "mcpServers": {
    "mcp_ssh__": {
      "command": "npx",
      "args": ["-y", "mcp-ssh-manager"],
      "env": {
        // "API_KEY": "your-api-key-here"
      }
    }
  }
}

// 保存后重启 Claude Desktop 生效
📑 README 深度解析 真实文档 完整度 78/100 查看 GitHub 原文 →
以下内容由系统直接从 GitHub README 解析整理,保留代码块、表格与列表结构。

MCP SSH Manager - SSH Remote Server Management via Model Context Protocol 🚀

A Model Context Protocol (MCP) server that enables Claude Code and OpenAI Codex to manage multiple SSH connections. Execute commands, transfer files, manage databases, create backups, monitor health, and automate DevOps tasks across your servers — directly from your AI assistant.

npm version npm downloads Version Claude Code OpenAI Codex MCP License

</div>

<p align="center"> <img src="docs/images/ssh-manager-cli-menu.png" alt="ssh-manager interactive CLI menu" width="900"> </p>

---

🎉 What's New in v3.6.2

Richer tool descriptions — better AI tool-calling (Released: June 9, 2026)

  • 📝 All 37 tool descriptions rewritten — every MCP tool now states its real behavior: side effects, destructive vs read-only nature, idempotency, sudo/auth needs, security-mode gating, and parameter semantics (mutually-exclusive params, defaults, edge cases). Average description length went from ~6 words to ~70, with no weak outliers.
  • Agents now know the consequences before calling a tool — e.g. ssh_db_import and ssh_backup_restore are destructive, ssh_db_query is SELECT-only, and ssh_upload/ssh_deploy are blocked on readonly servers.
  • No behavioral change — only description strings changed; logic, parameters, and tool names are identical. All tests pass unmodified.

Read full changelog →

---

🌟 Features

Core Features

  • 🔗 Multiple SSH Connections - Manage unlimited SSH servers from a single interface
  • 🔐 Secure Authentication - Support for password, SSH key, and ssh-agent authentication (including passphrase-protected keys)
  • 🔀 ProxyJump / Bastion Host - Connect to servers behind jump hosts with chained multi-hop support
  • 🔌 ProxyCommand / Custom Proxy - Connect through SOCKS5 proxies or custom proxy commands (ncat, ssh -W, etc.)
  • 📁 File Operations - Upload and download files between local and remote systems
  • ⚡ Command Execution - Run commands on remote servers with working directory support
  • 📂 Default Directories - Set default working directories per server for convenience
  • 🎯 Easy Configuration - Simple .env file setup with guided configuration tool

Enterprise DevOps Features (v3.0) 🎉

  • 💾 Backup & Restore - Automated backups for MySQL, PostgreSQL, MongoDB, and files
  • 🏥 Health Monitoring - Real-time server health checks (CPU, RAM, Disk, Services)
  • 🗄️ Database Management - Safe database operations with SQL injection prevention
  • 📊 Process Management - Monitor and control server processes
  • ⚠️ Smart Alerts - Configurable health thresholds and notifications

v2.0 Features

  • 🚀 Bash CLI - Lightning-fast pure Bash CLI for server management
  • 📊 Advanced Logging - Comprehensive logging system with levels and history
  • 🔄 Rsync Integration - Bidirectional file sync with rsync support
  • 💻 Persistent Sessions - Maintain shell context across multiple commands
  • 👥 Server Groups - Execute commands on multiple servers simultaneously
  • 🔧 SSH Tunnels - Local/remote port forwarding and SOCKS proxy support
  • 📈 System Monitoring - Real-time monitoring of CPU, memory, disk, and network
  • 🏷️ Server Aliases - Use short aliases instead of full server names
  • 🚀 Smart Deployment - Automated file deployment with permission handling
  • 🔑 Sudo Support - Execute commands with sudo privileges securely
  • 📝 OpenAI Codex Support - Compatible with OpenAI Codex via TOML configuration

---

📋 Prerequisites

  • Node.js (v18 or higher)
  • npm (comes with Node.js)
  • Platforms: Linux, macOS, Windows
  • For Claude Code: Claude Code CLI installed
  • For OpenAI Codex: Codex CLI configured
  • Bash 4.0+ (for CLI management tools)
  • rsync (for file synchronization)
  • sshpass (optional, for rsync with password authentication)
  • macOS: brew install hudochenkov/sshpass/sshpass
  • Linux: apt-get install sshpass

v3.2.2 - Global Install Fix & CLI Binary (April 7, 2026)

  • 🔧 Global install fixed: .env path resolution now uses a fallback chain instead of hardcoded __dirname — works correctly with npm install -g (#16, #19)
  • Fallback chain: ~/.ssh-manager/.envcwd/.env~/.env → project .env
  • Auto-creates ~/.ssh-manager/.env on first ssh-manager server add
  • 📦 ssh-manager CLI registered as binary: npm install -g now creates both mcp-ssh-manager and ssh-manager commands (#18)
  • ⚡ Race condition fix: Server config is now fully loaded before the MCP server accepts requests

Quick Setup

```bash

1. Install MCP SSH Manager

Option A: Install from npm (recommended)

```bash

Install globally from npm

npm install -g mcp-ssh-manager

Or install locally

npx mcp-ssh-manager


**Option B: Install from source**
bash

Clone and install

git clone https://github.com/bvisible/mcp-ssh-manager.git cd mcp-ssh-manager npm install

Install the Bash CLI

cd cli && ./install.sh

2. Install to Claude Code

```bash

SSH_SERVER_CI_ALLOW_PATTERNS="^docker (ps|logs);^kubectl get "

```

  • unrestricted (default, no field needed) — identical to pre-v3.5.0 behavior. Zero overhead.
  • readonly — blocks ssh_upload, ssh_deploy, ssh_sync, ssh_execute_sudo, backup/db write tools, and built-in destructive commands (rm, mv, sudo, systemctl restart, redirects outside /tmp, curl | sh, …).
  • restricted — every ssh_execute command must match at least one ALLOW_PATTERNS regex AND no DENY_PATTERNS regex.

Existing configs are unaffected — no field is mandatory, no behavior changes unless you opt in. See docs/SECURITY_MODES.md for the full reference, recipes, and limitations.

1. Install MCP SSH Manager

Same installation as Claude Code (see above), then configure for Codex:

```bash

Deployment Tools (v1.2+)

#### ssh_deploy 🚀 Deploy files with automatic permission and backup handling. - Parameters: server, files (array), options (owner, permissions, backup, restart) - Automatically handles permission issues and creates backups

#### ssh_execute_sudo 🔐 Execute commands with sudo privileges. - Parameters: server, command, password (optional), cwd (optional) - Securely handles sudo password without exposing in logs

Verify MCP Installation

claude mcp list

Development Setup

1. Fork the repository 2. Clone and install dependencies 3. Setup pre-commit hooks for code quality:

   ./scripts/setup-hooks.sh
   
4. Create your feature branch 5. Make your changes (hooks will validate on commit) 6. Push to your branch 7. Open a Pull Request

🎯 Context Usage Optimization

  • 92% context reduction: Enable only the tools you need (minimal mode: 5 tools vs all 37)
  • Tool management CLI: ssh-manager tools list/configure/enable/disable
  • 6 tool groups: Core, Sessions, Monitoring, Backup, Database, Advanced
  • Auto-approval export: Generate Claude Code auto-approval configs

🚀 Quick Start - Claude Code

🚀 Quick Start - OpenAI Codex

Example: Linux server

SSH_SERVER_PRODUCTION_HOST=prod.example.com SSH_SERVER_PRODUCTION_USER=admin SSH_SERVER_PRODUCTION_PASSWORD=secure_password SSH_SERVER_PRODUCTION_PORT=22 SSH_SERVER_PRODUCTION_DEFAULT_DIR=/var/www/html SSH_SERVER_PRODUCTION_DESCRIPTION=Production Server SSH_SERVER_PRODUCTION_SUDO_PASSWORD=secure_sudo_pass # Optional, for automated deployments

Example: Windows server (OpenSSH for Windows)

SSH_SERVER_WINHOST_HOST=192.168.1.90 SSH_SERVER_WINHOST_USER=svc-ssh SSH_SERVER_WINHOST_KEYPATH=~/.ssh/winhost_key SSH_SERVER_WINHOST_PORT=2222 SSH_SERVER_WINHOST_PLATFORM=windows SSH_SERVER_WINHOST_DESCRIPTION=Windows host via OpenSSH

Example: Server behind a bastion/jump host

SSH_SERVER_BASTION_HOST=bastion.example.com SSH_SERVER_BASTION_USER=jumpuser SSH_SERVER_BASTION_KEYPATH=~/.ssh/bastion_key

SSH_SERVER_INTERNAL_HOST=10.0.0.5 SSH_SERVER_INTERNAL_USER=admin SSH_SERVER_INTERNAL_KEYPATH=~/.ssh/internal_key SSH_SERVER_INTERNAL_PROXYJUMP=bastion SSH_SERVER_INTERNAL_DESCRIPTION=Private server behind bastion ```

📚 Advanced Usage

📚 Usage Examples

v3.6.0 - Live config hot reload + stdio lifecycle fix (June 9, 2026)

  • ♻️ Configuration hot reload (#40 — thanks @EnjoySR) — add or edit a server in your .env/TOML and the running MCP server picks it up on the next call, no restart. A ServerConfigManager reloads lazily on file-signature change (path + mtime + size); a failed reload keeps the last known-good config; real process.env vars keep top priority. No watcher, no polling.
  • 🔌 No more orphaned stdio processes (#41 — thanks @LegendaryGatz) — a stdio MCP server is torn down by stdin EOF / SIGTERM, not SIGINT; with only a SIGINT handler every session leaked a ~83 MB node process. Shutdown is now idempotent across SIGINT/SIGTERM/SIGHUP/stdin-close, timers are unref()'d, and the process exits ~10 ms after teardown instead of never. Full changelog →

Interactive configuration wizard

ssh-manager tools configure

View current configuration

ssh-manager tools list

Configuration Modes

ModeToolsContext UsageBest For
**All** (default)37 tools~43.5k tokensFull feature set, most users
**Minimal**5 tools~3.5k tokensBasic SSH operations only
**Custom**5-37 toolsVariesTailored to your workflow

Configure your first server

ssh-manager server add ```

3.5. Security Modes (Optional, v3.5.0+)

autoApprove is all-or-nothing per tool: once ssh_execute is approved, anything goes. If you want a second layer that filters what the MCP server actually accepts to run — useful when sharing the MCP with a third-party agent, a CI bot, or a client's server — declare a per-server security mode.

```bash

In your .env — three optional fields. Omit them all to keep v3.4.x behavior exactly.

SSH_SERVER_CLIENT_PROD_HOST=client-prod.example.com SSH_SERVER_CLIENT_PROD_USER=consultant SSH_SERVER_CLIENT_PROD_KEYPATH=~/.ssh/consultant_ed25519

SSH_SERVER_CLIENT_PROD_MODE=readonly # unrestricted | readonly | restricted SSH_SERVER_CLIENT_PROD_AUDIT_LOG=~/.ssh-manager/audit.jsonl # opt-in JSONL audit trail

Migrate existing servers to TOML format (if you have .env servers)

ssh-manager codex migrate

2. Manual Configuration (Optional)

If you prefer manual setup, add to ~/.codex/config.toml:

[mcp_servers.ssh-manager]
command = "node"
args = ["/absolute/path/to/mcp-ssh-manager/src/index.js"]
env = { SSH_CONFIG_PATH = "/Users/you/.codex/ssh-config.toml" }
startup_timeout_ms = 20000

3. Configure Servers in TOML Format

Create or edit ~/.codex/ssh-config.toml:

[ssh_servers.production]
host = "prod.example.com"
user = "admin"
password = "secure_password"  # or use key_path
key_path = "~/.ssh/id_rsa"   # for SSH key auth (recommended)
passphrase = "key_passphrase" # optional, for passphrase-protected keys
port = 22
default_dir = "/var/www"
description = "Production server"

[ssh_servers.staging]
host = "staging.example.com"
user = "deploy"
key_path = "~/.ssh/staging_key"
port = 2222
default_dir = "/home/deploy/app"

[ssh_servers.winhost]
host = "192.168.1.90"
user = "svc-ssh"
key_path = "~/.ssh/winhost_key"
port = 2222
platform = "windows"
description = "Windows host via OpenSSH"

[ssh_servers.bastion]
host = "bastion.example.com"
user = "jumpuser"
key_path = "~/.ssh/bastion_key"

[ssh_servers.internal]
host = "10.0.0.5"
user = "admin"
key_path = "~/.ssh/internal_key"
proxy_jump = "bastion"
description = "Private server behind bastion"

💡 See examples/codex-ssh-config.example.toml for more complete examples!

Convert .env to TOML (for Codex)

ssh-manager codex convert to-toml

Convert TOML back to .env (for Claude Code)

ssh-manager codex convert to-env ```

Both formats can coexist! The system supports both simultaneously.

---

🔧 Configuration

Environment Variables

Servers are configured in the .env file with this pattern:

```env

Server configuration pattern

SSH_SERVER_[NAME]_HOST=hostname_or_ip SSH_SERVER_[NAME]_USER=username SSH_SERVER_[NAME]_PASSWORD=password # For password auth SSH_SERVER_[NAME]_KEYPATH=~/.ssh/key # For SSH key auth SSH_SERVER_[NAME]_PASSPHRASE=key_passphrase # Optional, for passphrase-protected keys SSH_SERVER_[NAME]_PORT=22 # Optional, defaults to 22 SSH_SERVER_[NAME]_DEFAULT_DIR=/path/to/dir # Optional, default working directory SSH_SERVER_[NAME]_DESCRIPTION=Description # Optional SSH_SERVER_[NAME]_PLATFORM=windows # Optional: "linux" (default) or "windows" SSH_SERVER_[NAME]_PROXYJUMP=bastion # Optional: name of another server to use as jump host SSH_SERVER_[NAME]_PROXYCOMMAND=command # Optional: custom proxy command (ncat, ssh -W, etc.)

Set up Codex integration

ssh-manager codex setup

Test the integration

ssh-manager codex test ```

🐛 Troubleshooting

🇨🇳 中文文档镜像 AI 翻译 2026-06-09
英文原文章节由系统翻译为中文摘要,便于快速理解。完整原文见上方 "📑 README 深度解析"。
📌 简介

MCP SSH Manager 是一个 Model Context Protocol (MCP) 服务器,允许 Claude Code 和 OpenAI Codex 管理多个 SSH 连接。通过 AI 助手直接执行命令、传输文件、管理数据库、创建备份、监控健康状况和自动化 DevOps 任务。

⚡ 功能介绍

MCP SSH Manager 的功能包括:多个 SSH 连接管理、安全认证、代理跳转和自定义代理支持、工具描述重写、工具组管理和自动批准配置生成等。

📋 环境依赖

环境依赖与系统要求包括:Node.js (v18 或更高)、npm、Linux、macOS、Windows、Bash 4.0+、rsync 和 Claude Code CLI 或 OpenAI Codex CLI。

🛠 安装步骤(Docker/pip/源码)

安装 MCP SSH Manager 可以通过 npm 全局安装或使用 Docker 镜像部署。注意:全局安装修复了 `.env` 路径解析问题,fallback 链包括 `~/.ssh-manager/.env`、`cwd/.env`、`~/.env` 和项目 `.env`。

🚀 使用教程

使用 MCP SSH Manager 可以通过 CLI 工具管理 SSH 会话、执行命令、传输文件、管理数据库、创建备份、监控健康状况和自动化 DevOps 任务。注意:可以通过 `ssh-manager tools list/configure/enable/disable` 命令管理工具,通过 `ssh-manager codex setup` 和 `ssh-manager codex test` 命令设置和测试 Codex 集成。

⚙️ 配置说明(含 MCP / env)

配置 MCP SSH Manager 可以通过 `.env` 文件或 TOML 文件进行。注意:配置文件支持热重载,通过 `ServerConfigManager` reloads lazily on file-signature change (path + `mtime` + size) 来实现。

🔄 工作流/模块

工作流和模块包括:Codex 集成、工具管理、配置管理等。

❓ FAQ 摘要

常见问题包括:安装问题、配置问题、工具管理问题等。

🎯 aiskill88 AI 点评 A 级 2026-06-09

高质量的MCP工具,实现远程SSH管理

📚 实用指南(长尾问题)
适合谁
  • 需要让 Claude / Cursor 操作本地工具的 AI 工程师
  • 构建多智能体协作系统的 Agent 开发者
最佳实践
  • 配置 MCP 服务器时建议使用 stdio 传输 + JSON-RPC,避免暴露公网
  • 生产部署优先使用 Docker Compose 隔离依赖,并挂载 volume 持久化数据
  • Agent 任务先做 dry-run 验证工具调用链,再开启自主执行
常见错误
  • API key 直接提交到 git 仓库(请用 .env 并加入 .gitignore)
  • MCP 配置路径拼错或权限不足,重启 Claude Desktop 才生效
  • 容器内无法访问宿主机 localhost — 使用 host.docker.internal
部署方案
  • Docker:mcp-ssh-manager 提供官方镜像,docker compose up 一键启动
  • CLI:直接 npm install -g / pip install,命令行调用
  • 云端托管:可放在 Vercel / Railway / Fly.io 等 PaaS 平台
相关搜索
mcp-ssh-manager 中文教程mcp-ssh-manager 安装报错怎么办mcp-ssh-manager MCP 配置mcp-ssh-manager Docker 部署mcp-ssh-manager Agent 工作流mcp-ssh-manager 与同类工具对比mcp-ssh-manager 最佳实践mcp-ssh-manager 适合谁用

⚡ 核心功能

👥 适合谁
  • 需要让 Claude / Cursor 操作本地工具的 AI 工程师
  • 构建多智能体协作系统的 Agent 开发者
⭐ 最佳实践
  • 配置 MCP 服务器时建议使用 stdio 传输 + JSON-RPC,避免暴露公网
  • 生产部署优先使用 Docker Compose 隔离依赖,并挂载 volume 持久化数据
  • Agent 任务先做 dry-run 验证工具调用链,再开启自主执行
⚠️ 常见错误
  • API key 直接提交到 git 仓库(请用 .env 并加入 .gitignore)
  • MCP 配置路径拼错或权限不足,重启 Claude Desktop 才生效
  • 容器内无法访问宿主机 localhost — 使用 host.docker.internal

👥 适合人群

Claude Desktop / Claude Code 用户AI 工具开发者需要扩展 AI 能力的专业人士自动化工程师

🎯 使用场景

  • 在 Claude Desktop 对话中直接调用本地工具,实现 AI 与系统的深度联动
  • 通过自然语言驱动复杂的多步骤自动化任务,代替繁琐手动操作
  • 将多个 MCP 工具组合使用,构建个人专属 AI 工作站

⚖️ 优点与不足

✅ 优点
  • +MIT 协议,可免费商用
  • +标准化 MCP 协议,生态互联性强
  • +与 Claude 官方生态无缝对接
  • +即插即用,配置简单快捷
⚠️ 不足
  • 依赖 Claude 客户端,非 Claude 用户无法使用
  • MCP 协议仍在持续演进,接口可能变更
  • 需要一定的配置步骤
⚠️ 使用须知

AI Skill Hub 为第三方内容聚合平台,本页面信息基于公开数据整理,不对工具功能和质量作任何法律背书。

建议在沙箱或测试环境中充分验证后,再部署至生产环境,并做好必要的安全评估。

📄 License 说明

✅ MIT 协议 — 最宽松的开源协议之一,可自由商用、修改、分发,仅需保留版权声明。

🔗 相关工具推荐

📰 相关 AI 新闻
🍿 AI 圈相关吃瓜
🗺️ 相关解决方案
🧩 你可能还需要
基于当前 Skill 的能力图谱,自动补全的工具组合

❓ 常见问题 FAQ

参考项目文档和示例代码
💡 AI Skill Hub 点评

经综合评估,MCP SSH管理 在MCP工具赛道中表现稳健,质量良好。如果你已有明确的使用需求,可以直接上手体验;如果还在评估阶段,建议对比同类工具后再做决策。

⬇️ 获取与下载
⬇ 下载源码 ZIP

✅ MIT 协议 · 可免费商用 · 直接从 aiskill88 服务器下载,无需跳转 GitHub

📚 深入学习 MCP SSH管理
查看分步骤安装教程和完整使用指南,快速上手这款工具
🌐 原始信息
原始名称 mcp-ssh-manager
原始描述 开源MCP工具:MCP SSH Server: 37 tools for remote SSH management | Claude Code & OpenAI Codex 。⭐242 · JavaScript
Topics sshmcpautomationbackup
GitHub https://github.com/bvisible/mcp-ssh-manager
License MIT
语言 JavaScript
🔗 原始来源
🐙 GitHub 仓库  https://github.com/bvisible/mcp-ssh-manager 🌐 官方网站  https://www.npmjs.com/package/mcp-ssh-manager

收录时间:2026-06-09 · 更新时间:2026-06-09 · License:MIT · AI Skill Hub 不对第三方内容的准确性作法律背书。