ssh-mcp-server

SIE-Operations-and-Maintenance-Team/ssh-mcp-server
★ 0 stars TypeScript AI/LLM Updated 1d ago
SSH-based MCP Server —— 让 AI 客户端安全地操作你的服务器:远端命令执行、文件传输,内置 Web 管理台与 Windows 托盘应用
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "ssh-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "SIE-Operations-and-Maintenance-Team/ssh-mcp-server"
      ]
    }
  }
}