ssh-mcp

tenox7/ssh-mcp
★ 4 stars Go Code/Dev Tools Updated today
SSH MCP Server That Just Works
View on GitHub → 🔍 Audit Wallet Slippage →

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/tenox7/ssh-mcp@latest"
      ]
    }
  }
}

README Excerpt

SSH MCP server that just works. Execute commands on remote hosts via SSH. Also supports scp/sftp. Run without installing ```bash claude mcp add -s user ssh-mcp -- go run github.com/tenox7/ssh-mcp@latest ``` Install ```bash go install github.com/tenox7/ssh-mcp@latest claude mcp add ssh-mcp $(go env GOPATH)/bin/ssh-mcp