Datadog MCP Server

Datadog MCP Server

Enables AI assistants to interact with Datadog's observability platform via natural language, covering metrics, logs, APM, monitors, dashboards, incidents, and infrastructure.

Category
Visit Server

README

<p align="center"> <img src="logo.svg" width="128" height="128" alt="Datadog MCP Server" /> </p>

<h1 align="center">Datadog MCP Server</h1>

<p align="center"> <strong>MCP server for Datadog — metrics, logs, APM, monitors, dashboards, incidents, and infrastructure</strong> </p>

<p align="center"> <img src="https://img.shields.io/badge/license-MIT-blue.svg" alt="License: MIT" /> <img src="https://img.shields.io/badge/node-%3E%3D18-green.svg" alt="Node.js >= 18" /> <img src="https://img.shields.io/badge/MCP-compatible-purple.svg" alt="MCP Compatible" /> <img src="https://img.shields.io/badge/coverage-98.74%25-brightgreen.svg" alt="Coverage: 98.74%" /> </p>


A Model Context Protocol (MCP) server that enables AI assistants (GitHub Copilot, Claude, etc.) to interact with Datadog's observability platform. Query metrics, search logs, trace APM data, manage monitors/alerts, analyze dashboards, and investigate incidents — all through natural language.

Monorepo Structure

packages/
  datadog-server/          # MCP server (16 tools)
  datadog-vscode-extension/ # VS Code extension

Quick Start

As a standalone MCP server

# Install
npm install -g @fazorboy/datadog-mcp-server

# Set environment variables
export datadog_DD_API_KEY="your-api-key"
export datadog_DD_APP_KEY="your-app-key"

# Run
datadog-mcp-server

As a VS Code extension

Install the VSIX from releases, set your API keys in Settings > Datadog MCP, and the server appears in your MCP Servers panel automatically.

Documentation

Usage Examples

Once the MCP server is running (standalone or via the VS Code extension), ask your AI assistant:

Prompt Tool Used
"Show me CPU metrics for host:web-prod-01 over the last 4 hours" datadog_query_metrics
"Search logs for errors containing 'timeout' in service payment-api from the past hour" datadog_search_logs
"List all monitors that are currently in alert state" datadog_list_monitors
"Create a monitor that alerts when avg:system.cpu.user{env:prod} exceeds 90% for 5 minutes" datadog_create_monitor
"Show me the APM traces for slow requests (>2s) in checkout-service" datadog_search_traces
"What services depend on postgres-primary? Show me the service map" datadog_service_map
"List all dashboards matching 'infrastructure'" datadog_list_dashboards
"Get the widgets and layout for dashboard abc-def-123" datadog_get_dashboard
"Show me all hosts with the tag env:staging and their load averages" datadog_list_hosts
"Mute the 'High Error Rate' monitor for 2 hours for a deploy" datadog_mute_monitor

License

MIT

Recommended Servers

playwright-mcp

playwright-mcp

A Model Context Protocol server that enables LLMs to interact with web pages through structured accessibility snapshots without requiring vision models or screenshots.

Official
Featured
TypeScript
Magic Component Platform (MCP)

Magic Component Platform (MCP)

An AI-powered tool that generates modern UI components from natural language descriptions, integrating with popular IDEs to streamline UI development workflow.

Official
Featured
Local
TypeScript
Audiense Insights MCP Server

Audiense Insights MCP Server

Enables interaction with Audiense Insights accounts via the Model Context Protocol, facilitating the extraction and analysis of marketing insights and audience data including demographics, behavior, and influencer engagement.

Official
Featured
Local
TypeScript
VeyraX MCP

VeyraX MCP

Single MCP tool to connect all your favorite tools: Gmail, Calendar and 40 more.

Official
Featured
Local
graphlit-mcp-server

graphlit-mcp-server

The Model Context Protocol (MCP) Server enables integration between MCP clients and the Graphlit service. Ingest anything from Slack to Gmail to podcast feeds, in addition to web crawling, into a Graphlit project - and then retrieve relevant contents from the MCP client.

Official
Featured
TypeScript
Kagi MCP Server

Kagi MCP Server

An MCP server that integrates Kagi search capabilities with Claude AI, enabling Claude to perform real-time web searches when answering questions that require up-to-date information.

Official
Featured
Python
E2B

E2B

Using MCP to run code via e2b.

Official
Featured
Neon Database

Neon Database

MCP server for interacting with Neon Management API and databases

Official
Featured
Exa Search

Exa Search

A Model Context Protocol (MCP) server lets AI assistants like Claude use the Exa AI Search API for web searches. This setup allows AI models to get real-time web information in a safe and controlled way.

Official
Featured
Qdrant Server

Qdrant Server

This repository is an example of how to create a MCP server for Qdrant, a vector search engine.

Official
Featured