Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 6 additions & 1 deletion config/_default/menus/main.en.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2665,11 +2665,16 @@ menu:
parent: case_management
identifier: case_management_automation_rules
weight: 6
- name: MCP Server
url: incident_response/case_management/mcp_server
parent: case_management
identifier: case_management_mcp_server
weight: 7
- name: Troubleshooting
url: incident_response/case_management/troubleshooting
parent: case_management
identifier: case_management_troubleshooting
weight: 7
weight: 8
- name: Agents
url: actions/agents/
pre: robot-wui
Expand Down
29 changes: 29 additions & 0 deletions content/en/incident_response/case_management/mcp_server.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
---
title: MCP Server
aliases:
- /service_management/case_management/mcp_server/
further_reading:
- link: "/bits_ai/mcp_server"
tag: "Documentation"
text: "Datadog MCP Server"
---

## Overview

The [Datadog MCP Server][1] exposes a `cases` toolset so that AI agents that support the [Model Context Protocol (MCP)][2] can access Case Management data. The `cases` toolset allows AI agents to create, search, update, and manage cases. Supported workflows include:

- **Searching for cases** based on status, priority, project, or other filters
- **Retrieving details of a case** to undersatnd the latest timeline of actions and remainining work
- **Creating a new case** to track information related to an ongoing investigation
- **Updating an existing case** with new findings, links to related Jira tickets, or escalated priority

## Available Tools

Check warning on line 20 in content/en/incident_response/case_management/mcp_server.md

View workflow job for this annotation

GitHub Actions / vale

Datadog.headings

'Available Tools' should use sentence-style capitalization.

For setup instructions and full details on the `cases` toolset, see the [Datadog MCP Server documentation][1].

## Further reading

{{< partial name="whats-next/whats-next.html" >}}

[1]: /bits_ai/mcp_server
[2]: https://modelcontextprotocol.io/
Loading