Passport · Connect
Connect Cursor to Passport
Paste this to your agent: Set up Passport from https://passportmcp.com/connect/cursor
For the agent
Passport is a governed MCP gateway. Follow these steps to add it to Cursor. 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 Cursor 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 cursor --profile cursor@<workspace-id> # 2. Add to ~/.cursor/mcp.json { "mcpServers": { "passport": { "command": "npx", "args": [ "-y", "passport-bridge", "serve", "--profile", "cursor@<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.