blakerouse/ssh-mcp
MCP server exposing SSH control for Linux and Windows servers. Allows long running commands and the ability to perform commands on multiple hosts at the same time.
Quick Start
Clone the repository:
git clone https://github.com/blakerouse/ssh-mcpClaude Desktop configuration example:
{
"mcpServers": {
"blakerouse-ssh-mcp": {
"command": "npx",
"args": [
"-y",
"blakerouse/ssh-mcp"
]
}
}
}Check the repository README for specific installation and configuration instructions.