Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
DUPLEX_CODEX_BINNoAbsolute path for non-standard installs of the Codex CLI.codex
DUPLEX_HTTP_PORTNoHTTP server port, always bound to 127.0.0.1.8787
DUPLEX_STATE_DIRNoDirectory for conversation ledger and thread metadata.~/.duplex-bridge
DUPLEX_WORKSPACENoRoot 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_BINNoAbsolute path for non-standard installs of the Claude CLI.claude
DUPLEX_BEARER_TOKENNoRequired by the HTTP server. Minimum 32 characters. Used for authenticating requests from ChatGPT.
DUPLEX_ALLOW_API_KEYSNoSet 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

CapabilityDetails
tools
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
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

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

Latest Blog Posts

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