Cross-platform remote connection manager (SSH, RDP, VNC, web) with a built-in MCP server exposing 60+ tools. Connect Claude Code or Codex to your infrastructure and let AI agents execute commands in SSH terminals, take screenshots of RDP/VNC desktops, drive web sessions, and read credentials from an AES-256 encrypted vault — all over a local Unix socket. Bring-your-own-subscription, Apache 2.0 open source, free for personal use. Runs on macOS, Windows, and Linux.
Server Config
{
"mcpServers": {
"conduit": {
"command": "node",
"args": [
"/Applications/Conduit.app/Contents/Resources/mcp/dist/index.js"
],
"env": {
"CONDUIT_SOCKET_PATH": "/Users/YOUR_USERNAME/Library/Application Support/conduit/conduit.sock",
"CONDUIT_ENV": "production"
}
}
}
}