Skip to content

Commit bd93d57

Browse files
authored
Add Datadog MCP server (#198)
Claude-Session: https://claude.ai/code/session_01S58U7phvDgphx6ZTXuWMJQ Signed-off-by: Mohammod Al Amin Ashik <maa.ashik00@gmail.com>
1 parent 1331d72 commit bd93d57

1 file changed

Lines changed: 53 additions & 0 deletions

File tree

servers/com.datadog-mcp.json

Lines changed: 53 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,53 @@
1+
{
2+
"$schema": "../schemas/server-definition.schema.json",
3+
"id": "com.datadog-mcp",
4+
"name": "Datadog",
5+
"alias": "datadog",
6+
"description": "Query Datadog observability data - logs, metrics, traces, monitors, dashboards, incidents, and security signals - through Datadog's official hosted remote MCP server. Authenticates via OAuth in your browser, no local setup or API keys required.",
7+
"logo": "https://avatars.githubusercontent.com/u/365230?v=4",
8+
"schema_version": "2.1",
9+
"categories": [
10+
"monitoring"
11+
],
12+
"tags": [
13+
"datadog",
14+
"observability",
15+
"monitoring",
16+
"apm",
17+
"logs",
18+
"metrics",
19+
"traces",
20+
"incidents",
21+
"dashboards"
22+
],
23+
"transport": {
24+
"type": "http",
25+
"url": "https://mcp.datadoghq.com/api/unstable/mcp-server/mcp",
26+
"metadata": {
27+
"inputs": []
28+
}
29+
},
30+
"auth": {
31+
"type": "oauth",
32+
"instructions": "Authenticates via OAuth 2.0 in your browser using your Datadog account. Complete the login flow when prompted. Your role needs the relevant MCP and product permissions for the tools you use. (Default US1 site; for other sites swap the host, e.g. mcp.datadoghq.eu.)"
33+
},
34+
"contributor": {
35+
"name": "Datadog",
36+
"github": "datadog-labs",
37+
"url": "https://www.datadoghq.com"
38+
},
39+
"links": {
40+
"repository": "https://github.com/datadog-labs/mcp-server",
41+
"homepage": "https://www.datadoghq.com",
42+
"documentation": "https://docs.datadoghq.com/bits_ai/mcp_server/"
43+
},
44+
"platforms": [
45+
"all"
46+
],
47+
"capabilities": {
48+
"tools": true,
49+
"resources": false,
50+
"prompts": false,
51+
"read_only_mode": false
52+
}
53+
}

0 commit comments

Comments
 (0)