Enables secure remote command execution and file operations over SSH/SFTP with automatic authentication resolution. Features built-in diagnostics that identify connection issues—such as stale host key…
| Tool name | Description | Destructive? |
|---|---|---|
| ssh_exec⚠ | ⚠ yes | |
| ssh_read_file | ✓ no | |
| ssh_write_file⚠ | ⚠ yes | |
| ssh_upload | ✓ no | |
| ssh_download | ✓ no |
| ssh_ls | ✓ no | |
| ssh_stat | ✓ no | |
| ssh_mkdir | ✓ no | |
| ssh_delete⚠ | ⚠ yes | |
| ssh_diagnose | ✓ no | |
| ssh_agent_ensure | ✓ no | |
| ssh_key_list | ✓ no | |
| ssh_key_load | ✓ no | |
| ssh_config_lookup | ✓ no | |
| ssh_known_hosts_fix | ✓ no | |
| ssh_test | ✓ no | |
| ssh_git_check | ✓ no | |
| ssh_multi_exec⚠ | ⚠ yes | |
| ssh_find | ✓ no | |
| ssh_tail | ✓ no | |
| ssh_service_status | ✓ no |
{
"mcpServers": {
"ssh": {
"command": "npx",
"args": [
"-y",
"@yawlabs/ssh-mcp"
]
}
}
}