Skip to main content
Coding AgentsGo

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.

coding-agentslocal-servicemacoswindowslinux
Share:

Quick Start

Clone the repository:

git clone https://github.com/blakerouse/ssh-mcp

Claude Desktop configuration example:

{
  "mcpServers": {
    "blakerouse-ssh-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "blakerouse/ssh-mcp"
      ]
    }
  }
}

Check the repository README for specific installation and configuration instructions.

Details

Category
Coding Agents
Language
Go
Author
blakerouse