OpenAI's open-source terminal agent supports MCP servers. Connect AgentValet and Codex agents can call SaaS platforms without a single API key in your shell environment.
Use the codex mcp add command or edit the TOML config file directly.
codex mcp add agentvalet https://api.agentvalet.ai/mcp/v1/YOUR_OWNER_ID
[mcp_servers.agentvalet] url = "https://api.agentvalet.ai/mcp/v1/YOUR_OWNER_ID" transport = "http"
npx @agentvalet/register - generates an RS256 keypair, records your agent in the registry, and outputs your OWNER_ID.codex mcp add agentvalet https://api.agentvalet.ai/mcp/v1/… - or edit ~/.codex/config.toml directly with the TOML block above.codex normally. AgentValet appears in the tool list when the agent needs to call a platform. No keys in your shell - all calls proxied and logged.GITHUB_TOKEN or SLACK_TOKEN in your shell. AgentValet handles credential injection at call time.Register free, get your OWNER_ID, and run codex mcp add.