SSH
pulsemcp/sshProvides secure remote server management capabilities through SSH connections, automatically discovering hosts from SSH configuration files and executing commands, transferring files, and managing connectivity using native SSH and SCP commands.
How to use
Add to your Claude Desktop / Cursor / Cline MCP config:
{
"mcpServers": {
"ssh": {
"url": "None",
"transport": "http"
}
}
}