★ 1 stars
TypeScript
📊 Data/Analytics
Updated 7d ago
Enables AI assistants to interact with Datadog's observability platform — query metrics, search logs, trace APM data, manage monitors/alerts, and analyze dashboards.
View on GitHub →
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"datadog-mcp-server": {
"command": "npx",
"args": [
"-y",
"bhayanak/datadog-mcp-server"
]
}
}
}
Run in terminal:
claude mcp add datadog-mcp-server npx -y bhayanak/datadog-mcp-server
Add to .cursor/mcp.json:
{
"mcpServers": {
"datadog-mcp-server": {
"command": "npx",
"args": [
"-y",
"bhayanak/datadog-mcp-server"
]
}
}
}