Skip to content

Releases: talkincode/sshmcp

Release v0.0.9

21 Nov 04:51

Choose a tag to compare

SSHMCP - Secure SSH & SFTP Client with MCP Protocol Support

📋 What's Changed

No changelog entry found for version 0.0.9
Please check CHANGELOG.md for details.


🚀 Quick Install

Linux / macOS:

curl -fsSL https://raw.githubusercontent.com/talkincode/sshmcp/main/install.sh | bash

Windows (PowerShell):

irm https://raw.githubusercontent.com/talkincode/sshmcp/main/install.ps1 | iex

📦 Downloads

Platform Architecture File
Linux x86_64 sshx-linux-amd64.tar.gz
Linux ARM64 sshx-linux-arm64.tar.gz
macOS Intel sshx-darwin-amd64.tar.gz
macOS Apple Silicon sshx-darwin-arm64.tar.gz
Windows x86_64 sshx-windows-amd64.zip

Verify downloads: Use checksums.txt for integrity verification


📚 Documentation

Release v0.0.8

13 Nov 18:31

Choose a tag to compare

  • dcecc7e fix(ssh): 优化SSH连接和错误处理 (Jett Wang)
  • 196a78d feat: implement MCP host management tools (Jett Wang)
  • 9183950 feat: improve host management and MCP error handling (Jett Wang)
  • 9a8be6f feat: add host configuration management system (Jett Wang)
  • 5ec5349 feat(mcp): enhance error reporting with detailed diagnostics (Jett Wang)
  • 26c9e61 docs: add 'Why You Need It' section to README (Jett Wang)
  • c615cbb docs: update CHANGELOG and SECURITY for v0.0.7 release (Jett Wang)

Release v0.0.7

13 Nov 06:06

Choose a tag to compare

SSHMCP - Secure SSH & SFTP Client with MCP Protocol Support

📋 What's Changed

No changelog entry found for version 0.0.7
Please check CHANGELOG.md for details.


🚀 Quick Install

Linux / macOS:

curl -fsSL https://raw.githubusercontent.com/talkincode/sshmcp/main/install.sh | bash

Windows (PowerShell):

irm https://raw.githubusercontent.com/talkincode/sshmcp/main/install.ps1 | iex

📦 Downloads

Platform Architecture File
Linux x86_64 sshx-linux-amd64.tar.gz
Linux ARM64 sshx-linux-arm64.tar.gz
macOS Intel sshx-darwin-amd64.tar.gz
macOS Apple Silicon sshx-darwin-arm64.tar.gz
Windows x86_64 sshx-windows-amd64.zip

Verify downloads: Use checksums.txt for integrity verification


📚 Documentation

Release v0.0.6

13 Nov 05:49

Choose a tag to compare

SSHMCP - Secure SSH & SFTP Client with MCP Protocol Support

📋 What's Changed

No changelog entry found for version 0.0.6
Please check CHANGELOG.md for details.


🚀 Quick Install

Linux / macOS:

curl -fsSL https://raw.githubusercontent.com/talkincode/sshmcp/main/install.sh | bash

Windows (PowerShell):

irm https://raw.githubusercontent.com/talkincode/sshmcp/main/install.ps1 | iex

📦 Downloads

Platform Architecture File
Linux x86_64 sshx-linux-amd64.tar.gz
Linux ARM64 sshx-linux-arm64.tar.gz
macOS Intel sshx-darwin-amd64.tar.gz
macOS Apple Silicon sshx-darwin-arm64.tar.gz
Windows x86_64 sshx-windows-amd64.zip

Verify downloads: Use checksums.txt for integrity verification


📚 Documentation

Release v0.0.5

13 Nov 05:27

Choose a tag to compare

  • 47dc74e perf: Remove Windows from test matrix to speed up CI (Jett Wang)
  • 94dc2f3 fix: Force bash shell for test command to fix Windows PowerShell parsing issue (Jett Wang)
  • 2728897 fix: Add permission handling for SARIF file post-processing (Jett Wang)
  • 70cc926 fix: Fix SARIF file format for GitHub Code Scanning upload (Jett Wang)
  • 6ee9b52 fix: upgrade CodeQL action from v2 to v3 (Jett Wang)
  • 6323690 fix: resolve all golangci-lint errors (31 issues) (Jett Wang)
  • 0b62461 chore: clean up .golangci.yml comments (Jett Wang)
  • 97a84e9 fix: force update .golangci.yml configuration (Jett Wang)
  • 1bdbe8c fix: simplify .golangci.yml for v2 compatibility (Jett Wang)
  • 398ba50 fix: update Go version to 1.24 in CI workflows (Jett Wang)
  • a518dc6 fix: update module path and Go version (Jett Wang)
  • 05b2fc2 fix: update golangci-lint version from v2.6.1 to v1.62.2 (Jett Wang)
  • 96a4ff4 fix: add missing print_warning function in pre-push hook (Jett Wang)
  • 507ce44 fix: implement professional Close error handling with CloseIgnore helper (Jett Wang)
  • bfbf702 chore: update golangci-lint config and fix linting issues (Jett Wang)
  • 6fed40c refactor: translate all Chinese code to English and improve test coverage (Jett Wang)
  • 15d6228 docs: enhance documentation with badges, MIT license and auto-changelog (Jett Wang)
  • 204bcea feat: 添加 Git hooks 自动检查机制 (Jett Wang)
  • 0e7bdbb fix: 更新项目名称为SSHMCP以统一文档和代码 (Jett Wang)

Release v0.0.4

12 Nov 16:59

Choose a tag to compare

SSH & SFTP Remote Tool with MCP Support

🚀 一键安装 (推荐)

Linux / macOS

curl -fsSL https://raw.githubusercontent.com/talkincode/sshmcp/main/install.sh | bash

Windows (PowerShell 管理员权限)

irm https://raw.githubusercontent.com/talkincode/sshmcp/main/install.ps1 | iex

📖 详细安装文档: INSTALL.md


📦 手动下载

请根据您的操作系统选择对应的二进制文件:

  • Linux (x86_64): sshx-linux-amd64.tar.gz
  • Linux (ARM64): sshx-linux-arm64.tar.gz
  • macOS (Intel): sshx-darwin-amd64.tar.gz
  • macOS (Apple Silicon): sshx-darwin-arm64.tar.gz
  • Windows (x86_64): sshx-windows-amd64.zip

📝 手动安装方法

Linux / macOS

# 下载并解压
tar xzf sshx-<platform>-<arch>.tar.gz

# 移动到系统路径
sudo mv sshx /usr/local/bin/

# 赋予执行权限
sudo chmod +x /usr/local/bin/sshx

# 验证安装
sshx --help

Windows

# 解压 zip 文件
# 将 sshx.exe 添加到系统 PATH
# 或直接在解压目录下使用

功能特性

  • ✅ SSH 远程命令执行
  • ✅ SFTP 文件传输(上传/下载/列表/创建目录/删除)
  • ✅ 跨平台密码管理(系统 Keyring)
  • ✅ 命令安全检查(防止危险操作)
  • ✅ MCP (Model Context Protocol) 支持
  • ✅ Sudo 密码自动填充

校验和

请使用 checksums.txt 验证下载文件的完整性:

sha256sum -c checksums.txt

更新日志

查看 CHANGELOG.md 了解详细更新内容。

Release v0.0.3

12 Nov 16:49

Choose a tag to compare

SSH & SFTP Remote Tool with MCP Support

🚀 一键安装 (推荐)

Linux / macOS

curl -fsSL https://raw.githubusercontent.com/talkincode/sshmcp/main/install.sh | bash

Windows (PowerShell 管理员权限)

irm https://raw.githubusercontent.com/talkincode/sshmcp/main/install.ps1 | iex

📖 详细安装文档: INSTALL.md


📦 手动下载

请根据您的操作系统选择对应的二进制文件:

  • Linux (x86_64): sshx-linux-amd64.tar.gz
  • Linux (ARM64): sshx-linux-arm64.tar.gz
  • macOS (Intel): sshx-darwin-amd64.tar.gz
  • macOS (Apple Silicon): sshx-darwin-arm64.tar.gz
  • Windows (x86_64): sshx-windows-amd64.zip

📝 手动安装方法

Linux / macOS

# 下载并解压
tar xzf sshx-<platform>-<arch>.tar.gz

# 移动到系统路径
sudo mv sshx /usr/local/bin/

# 赋予执行权限
sudo chmod +x /usr/local/bin/sshx

# 验证安装
sshx --help

Windows

# 解压 zip 文件
# 将 sshx.exe 添加到系统 PATH
# 或直接在解压目录下使用

功能特性

  • ✅ SSH 远程命令执行
  • ✅ SFTP 文件传输(上传/下载/列表/创建目录/删除)
  • ✅ 跨平台密码管理(系统 Keyring)
  • ✅ 命令安全检查(防止危险操作)
  • ✅ MCP (Model Context Protocol) 支持
  • ✅ Sudo 密码自动填充

校验和

请使用 checksums.txt 验证下载文件的完整性:

sha256sum -c checksums.txt

更新日志

查看 CHANGELOG.md 了解详细更新内容。

Release v0.0.2

12 Nov 16:34

Choose a tag to compare

SSH & SFTP Remote Tool with MCP Support

下载说明

请根据您的操作系统选择对应的二进制文件:

  • Linux (x86_64): sshx-linux-amd64.tar.gz
  • Linux (ARM64): sshx-linux-arm64.tar.gz
  • macOS (Intel): sshx-darwin-amd64.tar.gz
  • macOS (Apple Silicon): sshx-darwin-arm64.tar.gz
  • Windows (x86_64): sshx-windows-amd64.zip

安装方法

Linux / macOS

# 下载并解压
tar xzf sshx-<platform>-<arch>.tar.gz

# 移动到系统路径
sudo mv sshx /usr/local/bin/

# 赋予执行权限
sudo chmod +x /usr/local/bin/sshx

# 验证安装
sshx --help

Windows

# 解压 zip 文件
# 将 sshx.exe 添加到系统 PATH
# 或直接在解压目录下使用

功能特性

  • ✅ SSH 远程命令执行
  • ✅ SFTP 文件传输(上传/下载/列表/创建目录/删除)
  • ✅ 跨平台密码管理(系统 Keyring)
  • ✅ 命令安全检查(防止危险操作)
  • ✅ MCP (Model Context Protocol) 支持
  • ✅ Sudo 密码自动填充

校验和

请使用 checksums.txt 验证下载文件的完整性:

sha256sum -c checksums.txt

更新日志

查看 CHANGELOG.md 了解详细更新内容。

Release v0.0.1

12 Nov 15:55

Choose a tag to compare

SSH & SFTP Remote Tool with MCP Support

下载说明

请根据您的操作系统选择对应的二进制文件:

  • Linux (x86_64): sshx-linux-amd64.tar.gz
  • Linux (ARM64): sshx-linux-arm64.tar.gz
  • macOS (Intel): sshx-darwin-amd64.tar.gz
  • macOS (Apple Silicon): sshx-darwin-arm64.tar.gz
  • Windows (x86_64): sshx-windows-amd64.zip

安装方法

Linux / macOS

# 下载并解压
tar xzf sshx-<platform>-<arch>.tar.gz

# 移动到系统路径
sudo mv sshx /usr/local/bin/

# 赋予执行权限
sudo chmod +x /usr/local/bin/sshx

# 验证安装
sshx --help

Windows

# 解压 zip 文件
# 将 sshx.exe 添加到系统 PATH
# 或直接在解压目录下使用

功能特性

  • ✅ SSH 远程命令执行
  • ✅ SFTP 文件传输(上传/下载/列表/创建目录/删除)
  • ✅ 跨平台密码管理(系统 Keyring)
  • ✅ 命令安全检查(防止危险操作)
  • ✅ MCP (Model Context Protocol) 支持
  • ✅ Sudo 密码自动填充

校验和

请使用 checksums.txt 验证下载文件的完整性:

sha256sum -c checksums.txt

更新日志

查看 CHANGELOG.md 了解详细更新内容。