MCP SSH Server
@shaike1
关于 MCP SSH Server
暂无概览
基本信息
配置
工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
What is MCP SSH Server?
MCP SSH Server is a secure SSH server implementation for the Model Context Protocol (MCP). It enables remote command execution and file operations over SSH, supporting both password and key-based authentication for secure connections.
How to use MCP SSH Server?
Install via npm (npm install mcp-ssh), then configure in Claude desktop config with environment variables SSH_PORT and SSH_LOG_LEVEL. Start the server and use its REST API endpoints (/connect, /exec, /upload, /download, /ls, /status) to manage SSH sessions and perform operations.
Key features of MCP SSH Server
- Secure SSH connection management
- Password and key-based authentication
- Remote command execution
- File upload and download operations
- Progress tracking for file transfers
- Permission and directory management
Use cases of MCP SSH Server
- Remotely execute commands on multiple servers
- Securely upload and download files to remote machines
- Manage file directories and permissions over SSH
- Automate bulk file transfers between local and remote systems
FAQ from MCP SSH Server
What authentication methods are supported?
Both password and key-based authentication are supported, with optional passphrase for protected keys.
What environment variables are required?
SSH_PORT (default 8889) and SSH_LOG_LEVEL (default info) control server port and logging detail.
Where does data live?
All data is transmitted over SSH connections; no persistent storage on the server is described.
Does the server support file transfer progress?
Yes, progress tracking for file transfers is a listed feature.
—
开发工具 分类下的更多 MCP 服务器
MCP Inspector
modelcontextprotocolVisual testing tool for MCP servers
Deepwiki MCP Server
regenrek📖 MCP server for fetch deepwiki.com and get latest knowledge in Cursor and other Code Editors
DevDocs by CyberAGI 🚀
cyberagiincCompletely free, private, UI based Tech Documentation MCP server. Designed for coders and software developers in mind. Easily integrate into Cursor, Windsurf, Cline, Roo Code, Claude Desktop App

Sentry
modelcontextprotocolModel Context Protocol Servers
Code Index MCP
johnhuang316A Model Context Protocol (MCP) server that helps large language models index, search, and analyze code repositories with minimal setup
评论