MCP SSH Server
@MCP-Mirror
关于 MCP SSH Server
Mirror of
基本信息
配置
工具
未检测到工具
工具是从 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. It is intended for developers who need to manage remote servers via MCP.
How to use MCP SSH Server?
Install the npm package mcp-ssh, add it to your Claude desktop configuration, then interact via HTTP POST/GET endpoints on localhost:8889. Use /connect with credentials, /exec for commands, /upload//download for files, /ls for directory listing, and /status for connection state.
Key features of MCP SSH Server
- Secure SSH connection management
- Password and key-based authentication
- Remote command execution
- File upload and download operations
- Directory listing and permission management
Use cases of MCP SSH Server
- Execute commands on a remote server from an MCP client
- Securely upload or download files via SSH
- List and manage remote directories programmatically
- Automate server maintenance tasks through MCP workflows
FAQ from MCP SSH Server
What authentication methods does MCP SSH Server support?
It supports both password authentication and private key authentication (with optional passphrase).
How do I install MCP SSH Server?
Install the npm package globally: npm install mcp-ssh, then configure it in your claude_desktop_config.json under mcpServers.
What environment variables can I configure?
SSH_PORT sets the server port (default 8889). SSH_LOG_LEVEL sets the logging level (default info).
On what transport does MCP SSH Server communicate?
It uses an HTTP REST API on localhost:8889. No WebSocket or other transport is mentioned.
Does MCP SSH Server support bulk file transfers?
Yes, bulk file transfers and progress tracking for file transfers are listed as features.
开发工具 分类下的更多 MCP 服务器
Grafana MCP server
grafanaMCP server for Grafana
Golf
golf-mcpProduction-Ready MCP Server Framework • Build, deploy & scale secure AI agent infrastructure • Includes Auth, Observability, Debugger, Telemetry & Runtime • Run real-world MCPs powering AI Agents
Burp Suite MCP Server Extension
PortSwiggerMCP Server for Burp

Sentry
modelcontextprotocolModel Context Protocol Servers
test
harlancA simple,high performance and secure live media server in pure Rust (RTMP[cluster]/RTSP/WebRTC[whip/whep]/HTTP-FLV/HLS).🦀
评论