Skip to content
Talk to an Engineer Dashboard

Cursor Integration

Use Scalekit with Cursor via the local installer while the marketplace listing is under review

Use Scalekit with Cursor by running the local installer, enabling the auth plugin you need, and then prompting Cursor to generate the implementation in your existing codebase.

  1. Install the Scalekit Auth Stack locally

    Terminal
    curl -fsSL https://raw.githubusercontent.com/scalekit-inc/cursor-authstack/main/install.sh | bash

    This installer downloads the latest Scalekit Cursor plugin bundle and installs each auth plugin into ~/.cursor/plugins/local/<plugin-name>.

  2. Reload Cursor and enable the plugin

    Restart Cursor, or run Developer: Reload Window, then open Settings > Cursor Settings > Plugins.

    Select the authentication plugin you need, such as Full Stack Auth, Modular SSO, or MCP Auth, and enable it.

  3. Generate the implementation

    Open Cursor’s chat panel with Cmd+L (macOS) or Ctrl+L (Windows/Linux) and paste in an implementation prompt. Use the same prompt from the corresponding Claude Code tab — the Scalekit plugins and their authentication skills work identically in Cursor.

  4. Verify the implementation

    After Cursor finishes generating code, confirm all authentication components are in place:

    • The Scalekit plugin appears in Settings > Cursor Settings > Plugins
    • Scalekit client initialized with your API credentials (set up a .env file with your Scalekit environment variables)
    • Authorization URL generation and callback handler
    • Session or token integration matching your application’s existing patterns

Once the Scalekit Auth Stack is live on cursor.com/marketplace, you’ll be able to skip the local installer and install it directly inside Cursor.