safe-ssh-mcp

Areso/safe-ssh-mcp
★ 1 stars Python 💻 Code/Dev Tools Updated today
Safe SSH MCP Server for running commands over SSH
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": {
    "safe-ssh-mcp": {
      "command": "uvx",
      "args": [
        "safe-ssh-mcp"
      ]
    }
  }
}

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

Topics

devops-toolsmcp-server