ssh-mcp

blakerouse/ssh-mcp
★ 14 stars Go 💻 Code/Dev Tools Updated 18d ago
SSH MCP server that runs locally making it easy to manage hosts and perform commands across a group of hosts
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "ssh-mcp": {
      "command": "go",
      "args": [
        "run",
        "github.com/blakerouse/ssh-mcp@latest"
      ]
    }
  }
}