Install for Cursor

Install ProxVanta in Cursor.

Use the Cursor install script to add ProxVanta to Cursor, then complete the OAuth connect flow so your team can reuse shared Agent Contexts inside everyday coding workflows.

Before you start

  • Create or switch into your organization in ProxVanta.
  • Make sure Cursor is installed locally on the machine where you want to use ProxVanta.
  • If you already have a ~/.cursor/mcp.json file, install jq first so the script can merge the ProxVanta entry safely.

Guided install path

  1. Open Terminal on the machine where Cursor is installed.
  2. Run the ProxVanta Cursor install script from the proxvanta-cursor repository.
  3. Restart Cursor.
  4. In Cursor, click Connect when ProxVanta shows Needs authentication.
  5. Complete the ProxVanta sign-in and approval flow in your browser.
  6. Return to Cursor and start with a simple ProxVanta prompt or routed Agent Context request.

Repo

The install script and related setup notes live in carhaix/proxvanta-cursor.

Install command

git clone https://github.com/carhaix/proxvanta-cursor.git cd proxvanta-cursor bash scripts/install-to-cursor.sh

The script writes the ProxVanta MCP entry into ~/.cursor/mcp.json. Cursor then handles the browser-based sign-in and approval flow.

Optional check

cat ~/.cursor/mcp.json

Good first prompts

  • use ProxVanta list the available Agent Contexts.
  • use ProxVanta designer to review this onboarding flow.
  • use ProxVanta route this implementation plan through the right Agent Contexts.

See other ways to install