forked from DataDog/datadog-agent
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.mcp.json
More file actions
28 lines (28 loc) · 706 Bytes
/
Copy path.mcp.json
File metadata and controls
28 lines (28 loc) · 706 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
{
"mcpServers": {
"dd-api": {
"type": "http",
"url": "https://mcp.datadoghq.com/api/unstable/mcp-server/mcp?toolsets=all"
},
"dd-ci": {
"type": "http",
"url": "https://ddci-mcp.mcp.us1.ddbuild.io/internal/mcp"
},
"dd-google-workspace": {
"type": "http",
"url": "https://google-workspace-mcp-server-834963730936.us-central1.run.app/mcp"
},
"dd-atlassian": {
"type": "http",
"url": "https://mcp.atlassian.com/v1/mcp/authv2"
},
"dd-slack": {
"type": "http",
"url": "https://mcp.slack.com/mcp",
"oauth": {
"clientId": "1601185624273.8899143856786",
"callbackPort": 3118
}
}
}
}