๐ ssh-mcp-server
@classfang
๐ ssh-mcp-server ใซใคใใฆ
ๅบไบ SSH ็ MCP ๆๅก ๐งโโ๏ธใๅทฒ่ขซMCPๅฎๆนๆถๅฝ ๐ใ SSH MCP Server ๐งโโ๏ธ. It has been included in the community MCP repository ๐.
ๅบๆฌๆ ๅ ฑ
ใซใใดใช
้็บ่ ใใผใซ
ใฉใคใปใณใน
ISC
ใฉใณใฟใคใ
node
ใใฉใณในใใผใ
stdio
ๅ ฌ้่
classfang
่จญๅฎ
ไปฅไธใฎ่จญๅฎใไฝฟใฃใฆใใใฎใตใผใใผใ MCP ๅฏพๅฟใฏใฉใคใขใณใใซ่ฟฝๅ ใใฆใใ ใใใ
{
"mcpServers": {
"ssh-mcp-server": {
"command": "npx",
"args": [
"-y",
"@fangjunjie/ssh-mcp-server",
"--host",
"192.168.1.1",
"--port",
"22",
"--username",
"root",
"--password",
"pwd123456"
]
}
}
}ใใผใซ
ใใผใซใฏๆคๅบใใใพใใใงใใ
ใใผใซใฏ README ใใ่ชๅ็ใซๆฝๅบใใใพใใใกใณใใใผใฏ ## Tools ใจใใ่ฆๅบใใฎไธใซ่จ่ผใใใใจใงใใใฎใฟใใซๅๆ ใงใใพใใ
ๆฆ่ฆ
What is ๐ ssh-mcp-server?
๐ ssh-mcp-server is a Model Context Protocol (MCP) server that enables AI assistants and other MCP-compatible applications to execute remote SSH commands through a standardized interface. It acts as a secure bridge, allowing AI models to operate remote servers without directly exposing SSH credentials.
How to use ๐ ssh-mcp-server?
It can be run directly via npx without global installation. Configuration is done in your MCP client's mcp.json file, passing arguments such as --host, --port, --username, and authentication method (--password, --privateKey, or --passphrase). Multiple connection profiles, command restrictions, transport modes, and MFA support are configured through additional CLI arguments or a JSON config file.
Key features of ๐ ssh-mcp-server
- Supports password and private key (with passphrase) authentication
- Whitelist and blacklist patterns for command security control
- Complies with MCP protocol for seamless AI integration
- Dual transport modes:
execandshellfor bastion/jump hosts - Bidirectional file transfer (upload and download)
- Credentials managed locally, never exposed to AI models
Use cases of ๐ ssh-mcp-server
- AI assistant executing remote server commands (e.g., system inspection, log reading)
- Securely managing servers through MCP clients with command restrictions
- Connecting to bastion/jump hosts or devices that require an interactive shell
- Multi-server management via a single MCP server configuration
- Automated file transfers between local and remote machines
FAQ from ๐ ssh-mcp-server
What authentication methods are supported?
Password authentication, private key authentication, and private key with passphrase are supported. The server can also reuse entries from ~/.ssh/config.
How can I restrict which commands can be executed?
Use --whitelist to allow only commands matching specified patterns, or --blacklist to block dangerous commands. Both accept comma-separated regular expressions.
What is the difference between exec and shell transport modes?
exec mode supports command execution, upload, and download. shell mode runs commands through a persistent shell session (useful for bastion hosts) but does not support file transfers (upload/download).
How do I handle MFA (multi-factor authentication) on the SSH server?
Enable --try-keyboard and set the environment variable SSH_MCP_2FA_CODE before connecting. The server will supply password and private key automatically, then prompt for the 2FA code.
What tools does this server provide?
It provides four tools: execute-command (run commands), upload (upload files), download (download files), and list-servers (list configured SSH connections).
ใ้็บ่ ใใผใซใใฎไปใฎใณใณใใณใ
Code Index MCP
johnhuang316A Model Context Protocol (MCP) server that helps large language models index, search, and analyze code repositories with minimal setup
MCP Framework
QuantGeekDevThe Typescript MCP Framework
Stakpak Agent CLI
stakpakShip your code, on autopilot. An open source agent that lives on your machines 24/7 and keeps your apps running. ๐ฆ
Smithery CLI
smithery-aiInstall, manage and develop MCP servers and skills for agents
MCP Unity Editor (Game Engine)
CoderGamesterModel Context Protocol (MCP) plugin to connect with Unity Editor โ designed for Cursor, Claude Code, Codex, Windsurf and other IDEs
ใณใกใณใ