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
-
Open Cursor Settings
- Navigate to: Cursor > Settings > Cursor Settings > MCP Tools
- Click the 'Add Custom MCP' button

- Add Explorium MCP configuration
{
"mcpServers": {
"explorium-mcp": {
"type": "sse",
"url": "https://mcp.explorium.ai/sse",
"headers": {
"api_key": "<Your explorium api key>"
}
}
}
}
- Enable Auto-Run Mode (Optional)
- Location: Cursor > Settings > Chat
- Toggle: "Auto-Run Mode"
- Benefit: Tools execute automatically without confirmation
- Login
- Click 'Needs login' and click 'Open' on the dialog box.

- Allow Explorium MCP access for Cursor
- Click the 'Allow Access' button.

- Confirm the server is connected
- Make sure the mcp is turned on and the tools are enabled

- Test the mcp
- Open chat (Cmd+K or Ctrl+K)
- Ask: "find 5 companies in the fintech industry that use salesforce"
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