Back to Apps

ChatGPT2LocalBridge
by Harzva
OAuth-enabled MCP connector that lets ChatGPT and Codex agents securely access and operate on approved local workspaces.
0 stars
Works in:ChatGPTCodex
Exposes:ToolsResources
What it does
ChatGPT2LocalBridge acts as a secure bridge between hosted AI agents (like ChatGPT or Codex) and your local machine. It allows AI agents to inspect, bundle, and operate on local project files without requiring you to upload your entire workspace to the cloud. It uses a policy-based approach to ensure only approved directories are accessible.
Tools
project.bundle: Returns directory summaries and selected files for context.policy.read: Checks and returns the current access policy.skill.list: Discovers and lists available local Codex skills.file.read_path: Reads a specific file from an approved root.shell.exec: Executes local shell commands (restricted to debug profiles).git.diff: Retrieves git differences for the workspace.
Installation
Add the following to your claude_desktop_config.json:
{
"mcpServers": {
"chatgpt2localbridge": {
"command": "npx",
"args": ["-y", "github:Harzva/chatgpt2localbridge", "--http", "3838"]
}
}
}
Supported hosts
- Claude Desktop
- ChatGPT
- Codex
Quick install
npx github:Harzva/chatgpt2localbridge init --root ~/Projects && npx github:Harzva/chatgpt2localbridge --http 3838Information
- Pricing
- free
- Published
- 7/4/2026
- stars
- 0
Categories
Choose your AI client and follow the steps below.
Codex
Install via the provided Linux one-click script or manual clone.ChatGPT
https://your-fixed-domain.ngrok-free.dev/mcpClaude Desktop
{"mcpServers": {"chatgpt2localbridge": {"command": "npx", "args": ["-y", "github:Harzva/chatgpt2localbridge", "--http", "3838"]}}}





