From ba282517d486b387e29260fc8564eb1fae3bc9b8 Mon Sep 17 00:00:00 2001 From: ajspig Date: Mon, 30 Mar 2026 18:04:23 -0400 Subject: [PATCH] fix: adding codex --- docs/v3/guides/integrations/mcp.mdx | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/docs/v3/guides/integrations/mcp.mdx b/docs/v3/guides/integrations/mcp.mdx index f3f6ebc1..3ac9d1b4 100644 --- a/docs/v3/guides/integrations/mcp.mdx +++ b/docs/v3/guides/integrations/mcp.mdx @@ -72,6 +72,27 @@ Or if you prefer the [Claude Code Honcho plugin](/v3/guides/integrations/claudec /plugin marketplace add plastic-labs/claude-honcho ``` +### Codex + +Add to `~/.codex/config.toml`: + +```toml +[mcp_servers.honcho] +command = "npx" +args = [ + "mcp-remote", + "https://mcp.honcho.dev", + "--header", + "Authorization:Bearer hch-your-key-here", + "--header", + "X-Honcho-User-Name:YourName" +] +``` + + +Codex only supports stdio transport, so it uses `mcp-remote` as a bridge. Restart both the Codex CLI and VS Code extension after editing. + + ### Cursor Cursor supports MCP servers natively via HTTP. Add to your global config at `~/.cursor/mcp.json` or per-project at `.cursor/mcp.json`: