AI-powered remote connection manager with built-in MCP server support.
Conduit
AI-powered remote connection manager with built-in MCP server support.
Manage SSH, RDP, VNC, and web sessions from a single app — with an integrated AI assistant that can interact with your connections in real-time.
Download
Download the latest version for your platform from the Releases page.
| Platform | File | Notes |
|---|---|---|
| macOS (Apple Silicon) | Conduit-x.x.x-arm64.dmg |
Requires macOS 12+ |
| Windows (x64) | Conduit-x.x.x-Setup.exe |
Windows 10+ |
| Linux (x64) | Conduit-x.x.x.AppImage |
Most distros |
| Linux (Debian/Ubuntu) | Conduit-x.x.x_amd64.deb |
sudo dpkg -i Conduit-*.deb |
Installation
macOS
- Download the
.dmgfile - Open it and drag Conduit to Applications
- On first launch, right-click the app and select Open (required for unsigned apps)
Windows
- Download the
.exeinstaller - Run it and follow the setup wizard
- Conduit will be available from the Start menu
Linux
AppImage:
chmod +x Conduit-*.AppImage
./Conduit-*.AppImage
Debian/Ubuntu:
sudo dpkg -i Conduit-*_amd64.deb
Auto-Update
Conduit includes automatic updates. When a new version is available, you'll be notified within the app and can update with one click.
License
Proprietary. All rights reserved.
Tools (4)
execute_ssh_commandExecutes a command on a configured SSH remote host.control_rdp_sessionSends input or commands to an active RDP desktop session.interact_vncPerforms interactions with a VNC remote desktop session.manage_web_sessionAutomates or interacts with a saved web session.Configuration
{"mcpServers": {"conduit": {"command": "/path/to/conduit-binary", "args": ["--mcp"]}}}