A powerful SSH/SFTP MCP server with multi-instance support and intelligent configuration discovery
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"ssh-mcp-server": {
"command": "go",
"args": [
"run",
"github.com/Cigarliu/ssh-mcp-server@latest"
]
}
}
}
Run in terminal:
claude mcp add ssh-mcp-server go run github.com/Cigarliu/ssh-mcp-server@latest
Add to .cursor/mcp.json:
{
"mcpServers": {
"ssh-mcp-server": {
"command": "go",
"args": [
"run",
"github.com/Cigarliu/ssh-mcp-server@latest"
]
}
}
}