当前位置: 首页 > news >正文

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

软件研发 --- 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