Discover devices
Find machines connected to your authenticated account.
Connectra is a private outbound MCP bridge that lets your AI agents work with your local projects — through scoped filesystem access, approvals, diffs and rollback. Remote AI. Local authority.
Remote AI proposed a targeted edit. Review the diff before it lands on disk.
Web-based AI clients can't safely reach your local machine. So developers bounce context between browser and terminal — every turn, every day.
Ask your AI
“Fix the failing auth test.”
Connectra bridges it
The agent reads, patches and runs — over an outbound connection.
Local project runs it
You approve the diff. Tests pass on your machine.
Three steps from install to a full agent development loop running against your local repository.
Step 1
Install Connectra Desktop and sign in through a secure device flow. The app opens an outbound connection — no inbound ports, no public IP.
Connectra Desktop
Tauri · Rust
Step 2
Select the Allowed Roots the AI is permitted to work inside. Everything outside stays invisible and unreachable.
Allowed Roots
where AI may operate
Step 3
Let your MCP-compatible agent discover, read, patch and run your project — with diffs and approvals at every sensitive step.
Agent loop
inspect → edit → verify
Requests travel down from the cloud to your machine. Authority travels nowhere — it stays on the desktop app that owns your filesystem.
Any MCP-compatible agent
Cloudflare Workers · Durable Objects
Tauri · Rust · Local Authority
Allowed Root on your machine
Cloud requests actions. Local decides.
Discovery, reading, mutation, execution and recovery — one verified MCP tool surface, bounded by local policy.
Find machines connected to your authenticated account.
Search files and inspect directory structure within a root.
Securely read supported source files — secrets stay blocked.
Generate new text and code files under approved directories.
Apply precise transactional edits with SHA-256 concurrency.
Full-file replacement guarded by an optional expected hash.
✓ passed
Structured, bounded execution — build, test, lint, git.
See exactly what an agent wants to change before it lands.
Snapshot history lets you restore previous local state.
Connectra Desktop · macOS / arm64 · early build
A walkthrough of the loop: a web AI initiates the work, Connectra mediates every sensitive step, your local machine runs it.
You
Fix the failing auth test.
Layered boundaries between a remote request and a local mutation. Hard boundaries can't be talked over — even by an approved agent.
Authenticated tenant with a secure device flow. Devices and sessions are scoped to you.
Authenticated outbound desktop connection — no inbound listener.
Operations must remain inside explicitly configured directories.
Traversal (`..`) and symlink-escape attempts are rejected.
Secrets, binaries and archives are hard-blocked — approval can't override it.
Each operation is evaluated as Allow, Ask or Deny.
Sensitive actions can require confirmation on the physical machine.
SHA-256 guards against stale writes over newer work.
Pre-mutation state is preserved so changes can be reverted.
Final execution happens under control of the desktop app.
Connectra speaks the Model Context Protocol. If your client supports MCP, it can talk to your local machine through Connectra.
Works through the open Model Context Protocol — any client that speaks MCP can connect. No official partnerships or endorsements are claimed; Connectra is infrastructure for the broader ecosystem.
Connectra is young and moving fast. If something breaks, feels wrong, or you have an idea — write to us directly. Every message reaches the people building it.
[email protected] · include your OS and build version if you can