Datadog MCP Server
Allows querying metrics, searching logs, tracing APM data, managing monitors and alerts, analyzing dashboards, investigating incidents, and viewing infrastructure through Datadog's observability platform.
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@Datadog MCP ServerList all monitors that are currently in alert state"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
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 extensionRelated 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-serverAs 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
Server Documentation — All 16 tools, configuration, API reference
VS Code Extension — Installation, configuration, usage
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 |
|
"Search logs for errors containing 'timeout' in service |
|
"List all monitors that are currently in alert state" |
|
"Create a monitor that alerts when |
|
"Show me the APM traces for slow requests (>2s) in |
|
"What services depend on |
|
"List all dashboards matching 'infrastructure'" |
|
"Get the widgets and layout for dashboard |
|
"Show me all hosts with the tag |
|
"Mute the 'High Error Rate' monitor for 2 hours for a deploy" |
|
License
This server cannot be installed
Maintenance
Appeared in Searches
Latest Blog Posts
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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