For the complete documentation index, see llms.txt. This page is also available as Markdown.

Getting Started

Get your first Luciq MCP response in under two minutes. Find your MCP settings in the dashboard, connect your IDE, and run a first query.

Get your first MCP response in under two minutes.


Prerequisites

  • A Luciq account (MCP is available on all plans, no extra setup required)

  • An MCP-compatible IDE: Cursor, Claude Code, Claude Desktop, VS Code, or any MCP client


Step 1: Find Your MCP Settings

MCP server settings live in your Luciq dashboard under Account Management.

  1. Log in to your Luciq dashboard

  2. Click your profile avatar (top-right corner)

  3. Select Account Management

  4. In the left sidebar, click Luciq MCP

Navigate to Account Management > Luciq MCP

From this page you can:

  • View integration settings for each supported MCP client

  • Generate a personal access token (for token-based auth)

  • See your current token and authentication status


Step 2: Connect Your IDE

The Luciq MCP page in your dashboard shows setup instructions tailored to each supported client. Select your IDE there to get the exact configuration for your account.

You can also use the server URL directly:

Create or edit ~/.cursor/mcp.json with the following configuration:

Run the following command in your terminal:

Open Command Palette (Cmd+Shift+P) > MCP: Add Server > select HTTP > paste the server URL:

Copy the configuration below and paste it into your claude_desktop_config.json file:

Copy the server URL below and add it to your MCP client settings as a remote MCP server:

Your client will initiate a connection and open an OAuth authorization in your browser. Log in via your Luciq account and grant access.

For detailed setup instructions, visit the Setup by IDE page or check the setup guide on your dashboard's Luciq MCP page.


Step 3: Try Your First Query

Once connected, try one of these prompts in your IDE:

MCP connection test in Claude Code

If you see your apps or crash data, you're connected and ready to go.


What's Next?

Last updated