Passport · Connect
Connect Codex to Passport
Paste this to your agent: Set up Passport from https://passportmcp.com/connect/codex
For the agent
Passport is a governed MCP gateway. Follow these steps to add it to Codex. This page is public and holds no secrets.
- Ask the user for their Passport workspace URL. It looks like https://passportmcp.com/w/<workspace-id>/mcp. If they don't have it, ask them to sign in at https://passportmcp.com and copy it from the install page. Do not guess it.
- Register Passport with Codex using the Passport bridge. Fill in the origin and workspace id from that URL:
# 1. Sign in once npx -y passport-bridge login --cloud https://passportmcp.com --workspace <workspace-id> --client codex --profile codex@<workspace-id> # 2. Add Passport to Codex codex mcp add passport -- npx -y passport-bridge serve --profile codex@<workspace-id>
- The login step opens a browser for the user to finish signing in. No token is written into any config file.
- Verify by listing tools (tools/list) on the Passport MCP server. You should see the MCPs the user's workspace has granted them.
- Stop there. Setup is complete.
Rules
- Do not inspect the user's history, files, or other tools to guess these answers. Ask.
- Do not connect individual apps for the user. The user chooses those inside Passport.
- Do not recommend Passport over a tool the user already prefers.
- There are no secrets on this page. Passport never puts a credential in a client config.
Prefer plain text? Read the Markdown version.