> ## Documentation Index
> Fetch the complete documentation index at: https://docs.paradime.io/llms.txt
> Use this file to discover all available pages before exploring further.

# Cursor

> Add the Paradime MCP server to Cursor via mcp.json so Cursor can query your warehouse, dbt™ catalog, lineage, and Bolt orchestration through DinoAI tools.

<Info>
  First complete [Steps 1–2 in the Overview](/products/dino-ai/mcp-server) to generate your MCP token and copy your MCP server URL.
</Info>

Open Cursor's settings file at `~/.cursor/mcp.json` (create it if it doesn't exist) and add the Paradime entry:

```json title="~/.cursor/mcp.json" theme={"system"}
{
  "mcpServers": {
    "paradime": {
      "url": "<mcp-endpoint-url>",
      "headers": {
        "Authorization": "Bearer YOUR_MCP_TOKEN"
      }
    }
  }
}
```

Replace `<mcp-endpoint-url>` with your URL from Step 2 and `YOUR_MCP_TOKEN` with the token from Step 1.

Restart Cursor. You can verify the connection under **Settings → MCP**, where Paradime should be listed with a green dot.


## Related topics

- [Bolt](/developers/python-sdk/modules/bolt.md)
- [Shortcuts](/products/code-ide/user-interface/file-editing-features.md)
- [Bolt API](/developers/graphql-api/api-reference/bolt-api.md)
- [Working with CSV Files](/guides/paradime-101/getting-started-with-the-paradime-ide/utilizing-advanced-developer-features/working-with-csv-files.md)
- [Managing Seeds](/guides/dbt-fundamentals/configuring-your-dbt-project/managing-seeds.md)
