duplex-bridge
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| DUPLEX_CODEX_BIN | No | Absolute path for non-standard installs of the Codex CLI. | codex |
| DUPLEX_HTTP_PORT | No | HTTP server port, always bound to 127.0.0.1. | 8787 |
| DUPLEX_STATE_DIR | No | Directory for conversation ledger and thread metadata. | ~/.duplex-bridge |
| DUPLEX_WORKSPACE | No | Root the two agents work on. Fixed at startup: the MCP caller cannot change it. Defaults to the process current working directory. | process cwd |
| DUPLEX_CLAUDE_BIN | No | Absolute path for non-standard installs of the Claude CLI. | claude |
| DUPLEX_BEARER_TOKEN | No | Required by the HTTP server. Minimum 32 characters. Used for authenticating requests from ChatGPT. | |
| DUPLEX_ALLOW_API_KEYS | No | Set to '1' to let API keys through to the child process, deliberately choosing the pay-per-token path. |
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Features and capabilities supported by this server
Protocol revision2025-11-25
| Capability | Details |
|---|---|
| tools | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| ask_chatgptA | Interpella un agente ChatGPT su questo repository e restituisce la sua risposta. Non può modificare file. Adatto a revisioni, secondi pareri, analisi. ChatGPT vede questo repository su disco, quindi cita i file per percorso. Il contesto della conversazione viene ricostruito dal bridge: non serve incollarlo. |
| ask_chatgpt_writeA | Chiede a ChatGPT di modificare file in questo repository (fix, refactor, nuovo codice). PUÒ scrivere su disco. ChatGPT vede questo repository su disco, quindi cita i file per percorso. Il contesto della conversazione viene ricostruito dal bridge: non serve incollarlo. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/sergioDS-coder/duplex-bridge'
If you have feedback or need assistance with the MCP directory API, please join our Discord server