Skip to main content
Glama
bhayanak

Datadog MCP Server

by bhayanak

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

Related MCP server: MCP Datadog Server

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

A
license - permissive license
-
quality - not tested
D
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Servers

  • A
    license
    -
    quality
    D
    maintenance
    Enables AI assistants to interact with DataDog's observability platform through a standardized interface. Supports monitoring infrastructure, managing events, analyzing logs and metrics, and automating operations like alerts and downtimes.
    Last updated
    1
    MIT
  • A
    license
    -
    quality
    D
    maintenance
    Enables interaction with Datadog APIs through natural language, supporting full CRUD operations on metrics, monitors, dashboards, logs, infrastructure, and more.
    Last updated
    4
    MIT
  • A
    license
    A
    quality
    A
    maintenance
    Enables AI assistants to access full Datadog observability, including log search, APM trace filtering, smart sampling, and cross-correlation between logs, traces, and metrics.
    Last updated
    23
    912
    5
    Apache 2.0

View all related MCP servers

Related MCP Connectors

  • Ask your app anything — revenue, errors, read-cost, growth — and get rendered charts back.

  • AI agent run monitoring with incident replay and SLA receipts.

  • Connect AI assistants to GitHub - manage repos, issues, PRs, and workflows through natural language.

View all MCP Connectors

Appeared in Searches

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/bhayanak/datadog-mcp-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server