MCP SSH 服务器
一个强大的模型上下文协议 (MCP) SSH 服务器实现。该服务器通过 SSH 协议实现安全的远程命令执行和文件操作,支持密码和密钥身份验证。
特征
✨ 安全 SSH 连接管理
🔑 基于密码和密钥的身份验证
💻 远程命令执行
📁 文件操作(上传/下载)
📊 文件传输的进度跟踪
🔐 权限管理
📂 目录操作
🚀 批量文件传输
📝 详细日志记录
安装
安装软件包:
添加到您的 Claude 桌面配置(
claude_desktop_config.json):
用法
密码验证
密钥认证
执行命令
文件操作
目录操作
发展
克隆存储库:
安装依赖项:
建造:
启动服务器:
环境变量
SSH_PORT:服务器端口(默认值:8889)SSH_LOG_LEVEL:日志级别(默认值:信息)
贡献
分叉存储库
创建你的功能分支(
git checkout -b feature/amazing-feature)提交您的更改(
git commit -m 'Add some amazing feature')推送到分支(
git push origin feature/amazing-feature)打开拉取请求
执照
麻省理工学院
This server cannot be installed
remote-capable server
The server can be hosted and run remotely because it primarily relies on remote services or has no dependency on the local environment.
模型上下文协议的安全 SSH 服务器实现,支持远程命令执行和文件操作,支持密码和基于密钥的身份验证。
Related Resources
Related MCP Servers
- Asecurity-licenseAqualityA secure shell command execution server implementing the Model Context Protocol (MCP). This server allows remote execution of whitelisted shell commands with support for stdin input.Last updated -1141MIT License
- Asecurity-licenseAqualityA Model Context Protocol server implementation that enables secure remote command execution via SSH, with features for managing and using SSH credentials.Last updated -5189
- Asecurity-licenseAqualityA secure server that implements the Model Context Protocol (MCP) to enable controlled execution of authorized shell commands with stdin support.Last updated -1
- Asecurity-licenseAqualityA server that enables remote command execution over SSH through the Model Context Protocol (MCP), supporting both password and private key authentication.Last updated -1182