Skip to main content

How do I authenticate with Luciq MCP using OAuth?

Written by Aya

Overview

OAuth 2.0 is the recommended way to authenticate with Luciq MCP when working in an IDE. It provides a seamless, secure, and one-time setup experience without requiring manual configuration or API keys.

How does OAuth authentication work?

When connecting your IDE to Luciq MCP:

  1. Your IDE sends a request to the Luciq MCP server

  2. A browser window opens to the Luciq login page

  3. You log in with your Luciq account and approve access

  4. Your IDE securely stores the credentials

Once completed, your IDE stays connected and can access Luciq data without repeated logins.


How do I revoke OAuth access?

OAuth access is tied to your MCP authentication token.

To revoke access:

  1. Go to Account Management in your Luciq dashboard

  2. Open Luciq MCP

  3. Navigate to the Token tab

  4. Delete the active token

Deleting the token cancels all credentials associated with your account, including those generated through the OAuth flow. The next time your IDE tries to connect, it will prompt you to re-authorize.


What happens after I revoke access?

After revoking access:

  • Your IDE will no longer be authenticated

  • The next time it tries to connect, you’ll be prompted to log in again

  • A new OAuth authorization flow will be triggered

Did this answer your question?