Conduit

Created By
3 months ago
AI-powered connection manager with 60+ MCP tools for SSH terminal execution, RDP desktop control, VNC interaction, web session automation, and encrypted credential vault management. Manage SSH terminal sessions, control RDP desktops, interact with VNC servers, automate web portals, and securely access an encrypted credential vault — all through natural language via Claude Code, Cursor, or any MCP client. Cross-platform: macOS and Windows.
Overview

One app.
Every connection.

Your new SSH client

One encrypted workspace for all your remote sessions — with AI built in.

Free forever·Encrypted by default·
macOS, Windows & Linux
Conduit

Every protocol, one app

Connect to any remote system with dedicated, optimized protocol support.

SSH

Secure terminal sessions

  • Password & SSH key authentication
  • Real-time xterm.js terminal
  • Multi-session tabbed interface
  • Dynamic terminal resize

RDP

Remote desktop access

  • Built off FreeRDP 3
  • Clipboard sync & shared folders
  • Dynamic display resizing
  • High DPI / Retina support

VNC

Virtual network computing

  • Full mouse & keyboard control
  • Bidirectional clipboard sync
  • Screenshot capture
  • Session refresh on demand

Web Sessions

Native Chromium webview

  • Multi-tab browsing (up to 12 tabs)
  • Browser toolbar with address bar
  • Autofill with CSS selector picker
  • Content extraction & screenshots
AI-Powered

AI meets remote access

A built-in agent that knows your infrastructure, plus seamless integration with Claude Code and Codex — using your own subscriptions.

Built-in AI Agent

A purpose-built agent that understands your connections, credentials, and remote sessions. Ask it to run commands, troubleshoot issues, or manage infrastructure — it already knows what tools are available.

Multiple AI Models

Choose from Claude and GPT models depending on the task. Use a fast model for quick lookups or a reasoning model for complex troubleshooting — switch per conversation.

MCP Server

Give your existing Claude Code or Codex setup access to Conduit's tools. Control terminals, interact with remote desktops, manage credentials — all from the agents you already use.

Bring Your Own Subscription

Connect your own Claude Code or Codex subscription and use it directly within Conduit. Your API keys, your usage, with full access to Conduit's connection tools.

Security first

Enterprise-grade encryption and authentication to keep your connections safe.

AES-256 Encrypted Vault

All credentials stored in a locally encrypted vault with master password key derivation. Your data never leaves your machine unencrypted.

Mandatory TOTP MFA

Two-factor authentication required for all accounts. QR code enrollment with manual secret key fallback.

Encrypted Cloud Backup

Optional encrypted sync to cloud with time-based retention. Local backup with automatic pruning and crash-safe atomic writes.

Everything you need

Built for professionals who manage many remote connections daily.

Split-View Panes

Drag tabs to split into side-by-side or stacked panes

Folder Organization

Unlimited nested folders with drag-and-drop

RDM Import

Import from Devolutions RDM folder exports

Custom Icons

Icon picker library for visual organization of all items

Keyboard Shortcuts

Full shortcut set for power users

Color Schemes

Ocean, Ember, Forest, Amethyst, Rose, Midnight

Auto-Update

Silent background updates with notification

Favorites

Star entries for quick access with filter toggle

Tags

Flexible tagging for cross-cutting organization

Markdown Notes

Rich notes with secret text masking syntax

Auto-Type Credentials

Type credentials into active sessions from context menu

Overlay Notifications

Always-visible notifications that float above remote sessions

Simple, transparent pricing

Start free. Upgrade when you need more.

Free

$0
  • Unlimited connections
  • 2 built-in AI models
  • 500K tokens/month
Download Free

Pro

Most Popular
$15/mo
  • Unlimited connections
  • 6 built-in AI models
  • Bring your own AI agents via MCP
  • Cloud sync
Start Pro

Team

$25/mo
  • Unlimited connections
  • All built-in AI models
  • 4M tokens/seat
  • Beta features
Start Team

Ready to streamline your remote connections?

Download Conduit for free and start managing all your connections from one place.

Server Config

{
  "mcpServers": {
    "conduit": {
      "command": "node",
      "args": [
        "/path/to/conduit/mcp/dist/index.js"
      ],
      "env": {
        "CONDUIT_SOCKET_PATH": "/path/to/conduit.sock"
      }
    }
  }
}
Project Info
Created At
3 months ago
Updated At
3 months ago
Author Name
-
Star
-
Language
-
License
-
Category
Tags

Recommend Servers

View All
Bring your real authenticated browser session to AI coding agents. Local-first MCP server + Chrome MV3 extension. No cloud. No telemetry.
@Cubenest

peek records the user's actual logged-in browser (DOM via rrweb, console events, network metadata, optional response bodies via opt-in Deep capture) through a Chrome MV3 extension. The extension ships events through a native-messaging stdio bridge to a local MCP server (peek-mcp), which persists them to a SQLite database at ~/.peek/sessions.db. AI coding agents (Claude Code, Cursor, Cline, Windsurf) read sessions from the database via 10 MCP tools: Tool What it does list_recent_sessions List recently recorded sessions (id, origin, ts, event count). get_session_summary LLM-readable narrative summary of a session. get_session_console_errors Console errors recorded in a session. get_session_network_errors Failed/notable network requests in a session. get_user_action_before_error Last N user actions before a console error. generate_playwright_repro Generate a runnable Playwright test from a session. get_dom_snapshot Reconstruct the DOM at a given timestamp. query_dom_history Timeline of attribute/text changes for a selector. request_authorization Side-panel consent for write actions (Level 3). execute_action Dispatch a UI action (gated by permission level + destructive blocklist). Why local-first matters Every other "browser session for AI" tool ships to a vendor cloud. peek's SQLite + extension live on the user's machine — no remote endpoints, no telemetry. The privacy policy (docs/peek/PRIVACY_POLICY.md) is the source of truth. Install # 1. Add the MCP server to Claude Code claude mcp add peek -- npx -y @peekdev/mcp # 2. Install the Chrome extension from the Chrome Web Store # (link added once the CWS listing is approved)

a day ago