Agent integrations

Codex

Connect Pax MCP to Codex with a local paxfx serve command.

1 min readUpdated

Point Codex MCP settings at your Pax clone:

{
  "mcpServers": {
    "pax": {
      "command": "pnpm",
      "args": ["paxfx", "mcp", "serve"],
      "cwd": "/absolute/path/to/pax"
    }
  }
}

Replace cwd with the absolute path to your Pax repository after pnpm build.

Was this page helpful?

Answers are not recorded or transmitted. Pax has no telemetry.