Install
$ agentstack add mcp-datadog-labs-mcp-server ✓ scanned · ✓ verified — works with Claude Code, Cursor, and more.
Security review
✓ PassedNo issues found. Passed automated security review. · v0.1.0 How review works →
- ✓ Prompt-injection patterns
- ✓ Secret / credential exfiltration
- ✓ Dangerous shell & filesystem operations
- ✓ Untrusted network calls
- ✓ Known-malicious package signatures
What it can access
- ✓ Network access No
- ✓ Filesystem access No
- ✓ Shell / process execution No
- ✓ Environment & secrets No
- ✓ Dynamic code execution No
From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.
About
Datadog MCP Server
Datadog's managed MCP server connects your AI agents to Datadog's observability tools and data. Query logs, metrics, traces, incidents, and more - directly from your AI-powered dev tools.
Quick Setup
For Claude Code (US1 site):
claude mcp add --transport http datadog https://mcp.datadoghq.com/api/unstable/mcp-server/mcp
Many MCP clients also support configuration in a .mcp.json file:
{
"mcpServers": {
"datadog": {
"type": "http",
"url": "https://mcp.datadoghq.com/api/unstable/mcp-server/mcp"
}
}
}
> Not on the US1 site? Replace mcp.datadoghq.com with the endpoint for your Datadog site — for example, EU users should use mcp.datadoghq.eu.
The MCP server should work with any standards-compliant MCP client. See the full setup docs for other clients, alternative auth methods, and regional endpoints.
Automated Agent Examples
- [
examples/claude-agent-sdk/](examples/claude-agent-sdk/) — Minimal agent using the Claude Agent SDK - [
examples/claude-agent-sdk-advanced/](examples/claude-agent-sdk-advanced/) — Monitoring agent that investigates issues and posts to Slack. Includes Datadog LLM Observability integration
Links
- Docs - Full setup instructions, available tools, example prompts
Source & license
This open-source MCP server is cataloged on AgentStack and links to its original source — we do not rehost the code.
- Author: datadog-labs
- Source: datadog-labs/mcp-server
- License: MIT
Install and usage instructions live in the source repository linked above.
Reviews
No reviews yet — be the first.
Write a review
Versions
- v0.1.0 Imported from the upstream source.