Integrations
Codex CLI
Connect ProAgent Me to Codex CLI via the @proagentme/mcp stdio wrapper.
Same stdio wrapper as Claude Code, TOML config for Codex's
~/.codex/config.toml.
Setup
-
Open (or create)
~/.codex/config.toml:[mcp_servers.proagentme] command = "npx" args = ["-y", "@proagentme/mcp"] env = { PROAGENTME_API_KEY = "pam_..." } -
Restart Codex. The
/mcpcommand lists connected servers; proagentme should appear with 5 tools.
Pin a default agent
env = {
PROAGENTME_API_KEY = "pam_...",
PROAGENTME_DEFAULT_AGENT = "agent-uuid-here"
}Codex's ask invocations route to that agent transparently.