ClaudeChatGPTPerplexityGeminiMicrosoft CopilotRaycastMeta AIGrokZ.aiQwenKimi
DeepSeekMistralCursorVS CodeWindsurfJetBrainsClineLovableVercel AI SDKLangChain

Use Datadog with your AI.

Connect your account once and let the AI you already use work with it, without building another integration. Monitor infrastructure, applications, and logs with unified observability that gives you full-stack visibility in real time.

Included with plan

Ask AI about this Connector

Developed, maintained, and hosted by Vinkius.

MCP VERIFIED · PRODUCTION READY · VINKIUS GUARANTEED

Waiting for input…

Works with modern AI clients that support MCP, including ChatGPT, Claude, Cursor, and more.

ChatGPTClaudeCursorPerplexityGeminiMicrosoft CopilotRaycastMeta AI

Complete set · 16 capabilities

The complete Datadog capability set.

These are the exact actions your AI can choose when you ask it to work with Datadog.

Capability set01 / 04

01-04

4 capabilities in this set.

Part of 16 available through Datadog.

  1. 01

    Get monitor

    Get monitor details

  2. 02

    List dashboards

    List dashboards

  3. 03

    List hosts

    List hosts

  4. 04

    List incidents

    List incidents

Capability set02 / 04

05-08

4 capabilities in this set.

Part of 16 available through Datadog.

  1. 05

    List slos

    List SLOs

  2. 06

    Query metrics

    Query metric data

  3. 07

    Search logs

    Search logs

  4. 08

    Search monitors

    Search monitors

Capability set03 / 04

09-12

4 capabilities in this set.

Part of 16 available through Datadog.

  1. 09

    Check datadog status

    Verify connectivity

  2. 10

    Create event

    Create an event

  3. 11

    Get dashboard

    Get dashboard details

  4. 12

    Get incident

    Get incident details

Capability set04 / 04

13-16

4 capabilities in this set.

Part of 16 available through Datadog.

  1. 13

    List events

    List events

  2. 14

    List metrics

    List metrics

  3. 15

    List monitors

    List monitors

  4. 16

    Mute monitor

    Mute a monitor

Observed, not estimated

895ms average. Fast in production.

Datadog is checked daily against the live service.

Daily averagePeak 1030ms
Aug 22Today
Fastest day
783ms
Slowest day
1030ms
14-day trend
Slowing+5%

Connect your client

One URL. Every client.

Activate the Connector, copy your link, and paste it into the client you already use. 16 capabilities arrive ready to run.

Preview access · not provider authentication

The vk_preview_* token belongs to Vinkius preview infrastructure. It lets Claude discover and display the capabilities of Datadog, so you can see the experience inside your AI.

It does not authenticate your account with Datadog. Actions requiring credentials or live account data may not run until you activate the Connector and authorize the service.

Datadog Connector

You're all set. Choose your MCP client and follow the setup instructions.

Connector linkhttps://edge.vinkius.com/vk_preview_pCs8gaBRSNau7exJae9C6MPyEaXc4N3mFANNYVEO/mcp

Claude Desktop

Follow the steps below to connect in seconds.

  1. 1In Claude Desktop, open Settings → Connectors.
  2. 2Click “Add custom connector” and paste the connector link above as the remote MCP server URL.
  3. 3Click Add and start a new chat — Datadog capabilities are ready to use.
Configuration · claude_desktop_config.jsonCopy
{
  "mcpServers": {
    "datadog-extended-mcp": {
      "url": "https://edge.vinkius.com/vk_preview_pCs8gaBRSNau7exJae9C6MPyEaXc4N3mFANNYVEO/mcp"
    }
  }
}
  • Claude
  • ChatGPT
  • Cursor
  • VS Code
  • Windsurf
  • Claude Code
  • JetBrains
  • Cline

Step-by-step instructions for each client are in the guide. How to connect

FAQ

Questions Datadog owners ask.

  • 01

    Can I silence noisy monitors during scheduled maintenance?

    Yes. The mute_monitor action silences a specific monitor by its ID, suppressing all alert notifications. This is ideal during deployment windows or planned maintenance. Use search_monitors to find the monitor by name or tag first, then mute it by ID.

  • 02

    Does Datadog require two credentials to connect?

    Yes. You need your API Key (found in Organization Settings > API Keys) and your Base URL, which depends on your Datadog site region: https://api.datadoghq.com for US1, https://api.datadoghq.eu for EU, or https://api.us3.datadoghq.com for US3. The API Key is sent via the DD-API-KEY header.

  • 03

    Can I run time-series metric queries with custom time ranges?

    Yes. The query_metrics capability accepts a Datadog metric query string (e.g., avg:system.cpu.user{host:web-01}), a start epoch timestamp, and an end epoch timestamp. It returns the time-series data points for that metric across the specified window.