You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Add MCP tool for CI Visibility
* Apply suggestions from code review
Co-authored-by: Joe Peeples <joe.peeples@datadoghq.com>
---------
Co-authored-by: Joe Peeples <joe.peeples@datadoghq.com>
Copy file name to clipboardExpand all lines: content/en/bits_ai/mcp_server/setup/_index.md
+15-5Lines changed: 15 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -56,7 +56,7 @@ The following AI clients are compatible with the Datadog MCP Server.
56
56
|[VS Code][11]| Microsoft | Datadog [Cursor & VS Code extension](#connect-in-cursor-and-vs-code) recommended. |
57
57
|[Goose][9]| Block ||
58
58
|[Q CLI][10]| Amazon | For remote authentication, add `"oauthScopes": []` to the server [configuration](?tab=remoteauthentication#example-configurations). |
59
-
|[Kiro][22]| Amazon ||
59
+
|[Kiro][23]| Amazon ||
60
60
|[Cline][18]| Cline Bot | Limited support for remote authentication. Use [local binary authentication](?tab=localbinaryauthentication#connect-in-supported-ai-clients) as needed. |
61
61
62
62
## Requirements
@@ -215,7 +215,7 @@ The MCP Server uses OAuth 2.0 for [authentication][2]. If you cannot go through
215
215
}
216
216
{{< /code-block >}}
217
217
218
-
For security, use a scoped API key and application key from a [service account][23] that has only the required permissions.
218
+
For security, use a scoped API key and application key from a [service account][24] that has only the required permissions.
219
219
220
220
### Test access to the MCP Server
221
221
@@ -235,12 +235,13 @@ The Datadog MCP Server supports _toolsets_, which allow you to use only the tool
235
235
236
236
- `core`: The default toolset
237
237
- `synthetics`: Tools for interacting with Datadog [Synthetic tests][21]
238
+
- `software-delivery`: Tools for interacting with Software Delivery [CI Visibility][22]
238
239
239
240
To use a toolset, include the `toolsets` query parameter in the endpoint URL when connecting to the MCP Server ([remote authentication](?tab=remote-authentication#connect-in-supported-ai-clients) only). For example:
240
241
241
242
- `https://mcp.datadoghq.com/api/unstable/mcp-server/mcp` retrieves only the core tools (this is the default if`toolsets` is not specified).
242
243
- `https://mcp.datadoghq.com/api/unstable/mcp-server/mcp?toolsets=synthetics` retrieves only Synthetic Testing-related tools.
243
-
- `https://mcp.datadoghq.com/api/unstable/mcp-server/mcp?toolsets=core,synthetics` retrieves both core and Synthetic Testing tools.
244
+
- `https://mcp.datadoghq.com/api/unstable/mcp-server/mcp?toolsets=core,synthetics,software-delivery` retrieves core, Synthetic Testing, and Software Delivery tools.
244
245
245
246
## Available tools
246
247
@@ -391,6 +392,14 @@ Preview and create Datadog Synthetics HTTP API Tests.
391
392
- Create a Synthetics test on `/path/to/endpoint`.
392
393
- Create a Synthetics test that checks if my domain `mycompany.com` stays up.
393
394
395
+
### `search_datadog_ci_pipeline_events`
396
+
*Toolset: **software-delivery***\
397
+
Searches CI events with filters and returns details on them.
398
+
399
+
- Show me all the pipelines for my commit `58b1488`.
400
+
- Show me the latest pipeline failure in branch `my-branch`.
401
+
- Propose a fix for the job `integration-test` that fails every time on my branch `my-branch`.
402
+
394
403
## Context efficiency
395
404
396
405
The Datadog MCP Server is optimized to provide responses in a way that AI agents get relevant context without being overloaded with unnecessary information. For example:
@@ -431,5 +440,6 @@ The Datadog MCP Server is under significant development. During the Preview, use
0 commit comments