GKLBB

当你经历了暴风雨,你也就成为了暴风雨

导航

软件研发 --- AI MCP 之 trae中安装ssh-mcp

https://github.com/shuakami/mcp-ssh

建议这个工具作为辅助还可以

1.下载上面代码

git clone https://github.com/shuakami/mcp-ssh.git
cd mcp-ssh
npm install
npm run build

2.打开trae mcp,手动添加配置

{
  "mcpServers": {
    "ssh-mcp": {
      "command": "pythonw",
      "args": [
        "C:/Users/你的用户名/mcp-ssh/bridging_ssh_mcp.py"
      ]
    }
  }
}

注意路径不要有空格

image

 

posted on 2026-06-17 07:16  GKLBB  阅读(2)  评论(0)    收藏  举报