Skip to content

Instantly share code, notes, and snippets.

@icedac
Created August 10, 2025 12:36
Show Gist options
  • Select an option

  • Save icedac/c38f58bc4ed02edf38f26a59e81ab225 to your computer and use it in GitHub Desktop.

Select an option

Save icedac/c38f58bc4ed02edf38f26a59e81ab225 to your computer and use it in GitHub Desktop.

Revisions

  1. icedac created this gist Aug 10, 2025.
    12 changes: 12 additions & 0 deletions gistfile1.txt
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,12 @@
    "mcpServers": {
    "codex_subagent": {
    "command": "npx",
    "args": [
    "-y",
    "@openai/codex",
    "mcp",
    "-c model=\"gpt-5\"",
    "-c model_reasoning_effort=\"high\""
    ]
    }
    },