OpenAI’s coding agent for terminal and IDE. Registers HTTP MCP servers with bearer auth from an environment variable.
TerminalIDEcodex mcp add pitchpace \
--url https://<tenant>.pitchpace.app/api/agent/mcp \
--bearer-token-env-var PITCHPACE_AGENT_KEYAdd it to your shell profile so Codex finds it in every session.
export PITCHPACE_AGENT_KEY="ppag_<key-id>.<secret>"The CLI command above writes the same thing here.
[mcp_servers.pitchpace]
url = "https://<tenant>.pitchpace.app/api/agent/mcp"
bearer_token_env_var = "PITCHPACE_AGENT_KEY"`codex mcp list` shows pitchpace. In a Codex session, try the first prompt below.
Writes are opt-in: set_occupancy exists only on keys with occupancy:write, and what it writes lowers your public availability immediately — start read-only if you are unsure.