PC Bridge
Offers Git status and diff helpers, enabling AI agents to inspect repository state and changes.
Allows ChatGPT to use locally authorised tools on the PC through PC Bridge, with configurable authority ceilings and access modes.
Click on "Deploy Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@PC BridgeCheck the git status in my project and show what changed."
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
PC Bridge
Connect AI conversations to Windows workspaces you control.
PC Bridge is a Windows desktop bridge that lets supported AI clients use locally authorised tools on your own PC. The AI stays in the chat you already use; PC Bridge provides the controlled connection to files, project tasks, commands and local state.
Early public preview — v0.5.16
Download
Windows x64 builds are published on the GitHub Releases page.
For most users, download:
PC-Bridge-Setup-0.5.16-Windows-x64.exe
A portable ZIP is also provided:
PC-Bridge-0.5.16-Windows-x64.zip
Verify downloads against SHA256SUMS.txt on the release.
Current preview builds are not yet code-signed, so Windows SmartScreen may warn when you first run them.
Related MCP server: darkside-mcp
See it working
Watch the full ChatGPT setup and first-test video
The video walks from opening PC Bridge, through the real ChatGPT setup, to a harmless action on the PC.
What it currently supports
ChatGPT through the official OpenAI tunnel client.
Claude through a persistent remote MCP endpoint.
Per-client authority ceilings.
Global access modes: Read only, Files only, Project Tasks, Read + approve changes, and Full access.
Protected file reads/writes.
Locally approved project tasks and tests.
Short commands and managed long-running processes.
Git status/diff helpers.
Local Vault activity history and source snapshots.
A persistent ChatGPT web view inside the desktop app.
PC Bridge runs tools as the signed-in Windows user. It is not an operating-system sandbox.
Windows downloads
Private/public release builds provide:
PC-Bridge-Setup-0.5.16-Windows-x64.exe— normal Windows installer.PC-Bridge-0.5.16-Windows-x64.zip— portable fallback.
The current preview build is not code-signed, so Windows SmartScreen may show an unknown-publisher warning. Verify the release against SHA256SUMS.txt before running it.
See docs/FRESH_MACHINE_TEST.md for the clean-PC acceptance test.
Quick start
ChatGPT
Follow docs/CHATGPT_SETUP.md, or use the video above.
At a high level:
Open PC Bridge and configure the OpenAI tunnel ID + restricted runtime key.
Enable Developer mode in ChatGPT.
Create the ChatGPT app/plugin using Tunnel rather than Server URL.
Select your tunnel.
Add PC Bridge to a normal chat and call
bridge_status.
Claude
Follow docs/CLAUDE_SETUP.md.
PC Bridge creates a persistent HTTPS MCP endpoint for the local installation. Treat the full connector URL like a password: its final path contains a capability secret.
Run from source
Requirements:
Windows 10/11
Node.js
Git
git clone https://github.com/Martin123132/PC-Bridge.git
cd PC-Bridge
npm ci
npm startThe repository includes the official OpenAI Windows tunnel client under vendor/, with its original licence and notice files.
Test
npm test
npm run verify:releaseThe release verifier checks the expected tunnel-client hash and rejects common credential/state patterns before publication.
Security model
PC Bridge has two permission layers:
a global local access mode; and
a per-client maximum authority.
The stricter setting wins.
Use the lowest authority that fits the job. Full access can run arbitrary PowerShell, cmd and Node commands as your Windows user.
See SECURITY.md.
Privacy
PC Bridge keeps its local policy and activity state on the PC. Do not commit local state files, runtime keys, tunnel IDs or persistent connector URLs.
The Claude connection currently uses the @maxoperf/tunnel guest tunnel service to provide a persistent public HTTPS route to the locally authorised MCP endpoint.
Licence
PC Bridge original code is source-available under a dual licence:
PolyForm Noncommercial 1.0.0; or
PolyForm Small Business 1.0.0,
at the user's option.
That means individuals, noncommercial users and qualifying small businesses can use, modify and redistribute PC Bridge within the applicable licence terms. Uses outside both grants require a separate commercial licence from Two Hands Network Ltd.
This is intentionally not presented as OSI-approved open-source software.
See LICENSE, COMMERCIAL_LICENSE.md and TRADEMARKS.md.
Third-party software retains its own licences. See THIRD_PARTY_NOTICES.md and vendor/.
Company
PC Bridge is developed by Two Hands Network Ltd.
This server cannot be deployed
Maintenance
Related MCP Connectors
Nifty's MCP server — exposes tasks, projects, messages, and files as tools for AI agents.
Hosted MCP server connecting claude.ai, ChatGPT and other AI apps to your own computer
MCP server unifying ERPs, CRMs, APIs and knowledge base for Claude, ChatGPT and Gemini.
- ZapierOAuthcom.zapier
Hosted MCP server connecting AI assistants to 9,000+ apps and 40,000+ actions via Zapier.
Related MCP Servers
- FlicenseNot gradedqualityFmaintenanceA lightweight MCP HTTP server giving AI assistants real tools to interact with your Windows machine, including running commands, file access, system info, web search, and browser automation.1-
- AlicenseAqualityDmaintenanceAn MCP server that grants AI agents unrestricted file system, Python, and PowerShell access on Windows for real, unfiltered automation.141MIT
- AlicenseNot gradedqualityBmaintenanceThis MCP server gives ChatGPT controlled access to your Windows PC, enabling it to inspect files, run commands, apply patches, and interact with the desktop under your supervision.3MIT
- AlicenseNot gradedqualityCmaintenanceA local, dependency-free MCP server that gives AI agents controlled access to the active Windows desktop, enabling automated interaction with applications through screenshots, clicks, typing, and window management.87 npmMIT