Skip to content

Releases: onlineY/ssh-mcp

Release list

v0.1.0

Choose a tag to compare

@github-actions github-actions released this 23 Sep 04:25

安装

# 指定版本从 PyPI 装(若已发布)
uv tool install ssh-hop==v0.1.0

# 或直接装本 Release 附带的 wheel
uv tool install ./ssh_hop-*.whl

装完会得到两个命令:ssh-hop(命令行)和 ssh-hop-mcp(MCP 服务)。

快速开始

ssh-hop init              # 生成 ~/.ssh-hop/hosts.json
ssh-hop check --connect   # 校验并测试连接
ssh-hop run <别名> 'uname -a'

客户端接入方式(Cherry Studio / Claude Code / Codex / Cursor 等)见
README

Full Changelog: https://github.com/onlineY/ssh-mcp/commits/v0.1.0