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

# Cursor Integration

## Cursor IDE

**Cursor** - The AI-powered code editor with MCP support

Cursor's built-in AI features can leverage AgentSource data for research while coding, making it perfect for developers building data-driven applications.

### Setup Instructions

<Steps>
  <Step title="Open Cursor Settings">
    * Navigate to: Cursor > Settings > Cursor Settings > MCP Tools
    * Click the 'Add Custom MCP' button

    <Frame>
      <img src="https://mintcdn.com/explorium/s1uRl5fGOrKpLiGF/images/reference/9ca30e10d2b057ef0f7b4aa1a6f122e4463b82b1633f4aad435ccecadafb08dd-image.png?fit=max&auto=format&n=s1uRl5fGOrKpLiGF&q=85&s=e3a18c3dae6f0918bec4ff03f97fce9a" alt="" width="920" height="392" data-path="images/reference/9ca30e10d2b057ef0f7b4aa1a6f122e4463b82b1633f4aad435ccecadafb08dd-image.png" />
    </Frame>
  </Step>

  <Step title="Add Explorium MCP configuration">
    ```json JSON theme={null}
    {
      "mcpServers": {
        "explorium-mcp": {
          "type": "sse",
          "url": "https://mcp.explorium.ai/sse",
          "headers": {
            "api_key": "<Your explorium api key>"
          }
        }
      }
    }
    ```
  </Step>

  <Step title="Enable Auto-Run Mode (Optional)">
    * Location: Cursor > Settings > Chat
    * Toggle: "Auto-Run Mode"
    * Benefit: Tools execute automatically without confirmation
  </Step>

  <Step title="Login">
    * Click 'Needs login' and click 'Open' on the dialog box.

    <Frame>
      <img src="https://mintcdn.com/explorium/s1uRl5fGOrKpLiGF/images/reference/aa9805999594a3a14cc36dd48c9052ae569a5ccb19a465ec4c7d724cae18696d-image.png?fit=max&auto=format&n=s1uRl5fGOrKpLiGF&q=85&s=6c4e0a04924258f4b968e1bd12f79a10" alt="" width="945" height="425" data-path="images/reference/aa9805999594a3a14cc36dd48c9052ae569a5ccb19a465ec4c7d724cae18696d-image.png" />
    </Frame>
  </Step>

  <Step title="Allow Explorium MCP access for Cursor">
    * Click the 'Allow Access' button.

    <Frame>
      <img src="https://mintcdn.com/explorium/TmftfUQ2HnGT0gSe/images/reference/3f78c5ebb8bf4dee1bd6c0aef9c4dfecbfe4f8ace09fadbb716a248eba07586d-image.png?fit=max&auto=format&n=TmftfUQ2HnGT0gSe&q=85&s=e6fd184ae954949111b34dbd00b08a6a" alt="" width="478" height="653" data-path="images/reference/3f78c5ebb8bf4dee1bd6c0aef9c4dfecbfe4f8ace09fadbb716a248eba07586d-image.png" />
    </Frame>
  </Step>

  <Step title="Confirm the server is connected">
    * Make sure the mcp is turned on and the tools are enabled

    <Frame>
      <img src="https://mintcdn.com/explorium/TmftfUQ2HnGT0gSe/images/reference/0b6a741658ad5e1b7177dc9823a9e217ad28eab050fd415a24a4edf291491447-image.png?fit=max&auto=format&n=TmftfUQ2HnGT0gSe&q=85&s=f50b551bf2b39025741b0838a9246ee8" alt="" width="679" height="114" data-path="images/reference/0b6a741658ad5e1b7177dc9823a9e217ad28eab050fd415a24a4edf291491447-image.png" />
    </Frame>
  </Step>

  <Step title="Test the mcp">
    * Open chat (Cmd+K or Ctrl+K)
    * Ask: "find 5 companies in the fintech industry that use salesforce"
  </Step>
</Steps>

### Use Cases in Cursor

* Research companies while building CRM integrations
* Get real data for testing and development
* Generate mock data based on real company information
* Validate business logic with actual market data
