Skip to content

Releases: AiondaDotCom/mcp-ssh

Release v1.0.3 - Desktop Extension

15 Jul 07:26
Compare
Choose a tag to compare

MCP SSH Agent v1.0.3 - Desktop Extension

What's New

  • Desktop Extension Support: One-click installation for Claude Desktop
  • Fixed Configuration: Corrected manifest.json for reliable extension loading
  • Improved Stability: Native SSH command integration for maximum compatibility

Installation Options

Option 1: Desktop Extension (Recommended)

  1. Download the mcp-ssh-1.0.3.dxt file below
  2. Open Claude Desktop
  3. Go to Settings > Extensions
  4. Click "Install from file" and select the downloaded .dxt file
  5. Restart Claude Desktop

Option 2: Manual Configuration

Add to your Claude Desktop config:

{
  "mcpServers": {
    "mcp-ssh": {
      "command": "npx",
      "args": ["@aiondadotcom/mcp-ssh"]
    }
  }
}

Features

  • List and connect to SSH hosts from ~/.ssh/config
  • Execute remote commands securely
  • Upload/download files via SCP
  • Batch command execution
  • Host connectivity testing

Requirements

  • Node.js 14+
  • SSH client installed
  • Properly configured SSH keys

🤖 Generated with Claude Code