Hub/Cursor

Technology

Cursor

Enhance your AI coding assistant by connecting Cursor to your data on Dash0.

Overview

Cursor

Cursor is an AI-powered code editor that integrates advanced AI capabilities directly into your development workflow, enabling intelligent code completion, generation, and editing with natural language instructions. With support to MCP server, Cursor can access your telemetry data on Dash0 to enhance its coding capabilities.

Use Cases

  • Telemetry-aware coding: Cursor can identify issues and performance bottlenecks in your cloud infrastructure and address them directly in the codebase.
  • Incident-to-code correlation: Cursor can analyze your application code and latest commits and correlate them with logs, traces and metrics to provide deeper root-cause analysis.

Setup

Overview

Cursor can be connected to Dash0 using our hosted MCP server, allowing it to get context about your telemetry data, navigate and analyze it, while leveraging the same capabilities that human users have access to in the UI.

Configure

  1. In the Cursor editor, click on the engine icon to Open Cursor Settings, then navigate to MCP Tools and click on Add Custom MCP Add Custom MCP

  2. Add the configuration for the Dash0 MCP server and save the file:

    json
    12345678910
    {
    "mcpServers": {
    "dash0": {
    "url": "{{endpoint_mcp}}",
    "headers": {
    "Authorization": "Bearer {{token}}"
    }
    }
    }
    }
  3. Confirm that the Dash0 MCP server has been configured Dash0 MCP server

Cursor Integration · Dash0