ssh-mcp-server

MountainShan/ssh-mcp-server
★ 0 stars Python 🔒 Security Updated today
MCP server exposing 12 SSH operations as typed tools. Pure Python (asyncssh), no system ssh binary required. Includes audit log, sudo scope enforcement, high-risk pattern detection.
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-server": {
      "command": "uvx",
      "args": [
        "ssh-mcp-server"
      ]
    }
  }
}

Or install with pip: pip install ssh-mcp-server