Releases: AiondaDotCom/mcp-ssh
Releases · AiondaDotCom/mcp-ssh
Release v1.0.3 - Desktop Extension
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)
- Download the
mcp-ssh-1.0.3.dxt
file below - Open Claude Desktop
- Go to Settings > Extensions
- Click "Install from file" and select the downloaded .dxt file
- 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