command line

Ssh Mcp

MCP server exposing SSH control for Linux and Windows servers via Model Context Protocol. Securely execute remote shell commands with password or SSH key authentication.

typescript
local
windows
linux
command line
0
View on GitHub

Installation

npx -y tufantunc/ssh-mcp

Configuration

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

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

About This MCP Server

tufantunc/ssh-mcp

MCP server exposing SSH control for Linux and Windows servers via Model Context Protocol. Securely execute remote shell commands with password or SSH key authentication.

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

Need More Details?

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

View Full Documentation on GitHub