command line

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.

local
macos
windows
linux
rust
command line
0
View on GitHub

Installation

npx -y blakerouse/ssh-mcp

Configuration

Add this to your Copilot settings (Settings → Features → MCP → Add New MCP Server):

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

About This MCP Server

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.

GitHub: https://github.com/blakerouse/ssh-mcp

Need More Details?

View the complete documentation, examples, changelog, and more on GitHub

View Full Documentation on GitHub