Setup Pare with OpenAI Codex

April 5, 2026 ยท View on GitHub

Manual Configuration

Config file: {project}/.codex/config.toml

[mcp_servers.pare-git]
command = "npx"
args = ["-y", "@paretools/git"]

[mcp_servers.pare-test]
command = "npx"
args = ["-y", "@paretools/test"]

Add more servers as needed โ€” each follows the same pattern with @paretools/<server-name>.

Verify

Restart Codex after editing the config. Use npx @paretools/init doctor to confirm servers are reachable.