Conduit — open-source SSH/RDP/VNC/web connection manager with a built-in MCP server (60+ tools) #1186
advenimus
started this conversation in
Show and tell
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Pre-submission Checklist
What would you like to share?
What I built: Conduit is a cross-platform desktop app (macOS/Windows/Linux) that combines an SSH/RDP/VNC/web connection manager with a built-in MCP server. Instead of copying and pasting commands that Claude Code suggests, you connect Conduit and Claude can actually do the work — running commands, reading output, screenshotting remote desktops, driving web sessions, and reading credentials from an encrypted vault.
What it does via MCP (60+ tools):
terminal_execute/terminal_read_pane/terminal_send_keys— execute commands on SSH sessions and read outputrdp_screenshot/rdp_click/rdp_type— screenshot and interact with Windows RDP desktopsvnc_screenshot/vnc_click— same for VNC sessionswebsite_click_element/website_fill_input/website_execute_js— drive web sessions with DOM-aware selectorscredential_read— retrieve vault secrets (requires explicit user approval prompt)connection_list/connection_open/connection_close— manage connections programmaticallyHow I built it:
@modelcontextprotocol/sdkChallenges:
Design decisions:
Relevant Links
Beta Was this translation helpful? Give feedback.
All reactions