Add Datadog MCP shared workflow configuration#1649
Merged
Conversation
- Create .github/workflows/shared/mcp/datadog.md with MCP server configuration - Configure container-based deployment using mcp/datadog container - Add all 10 Datadog tools (monitors, dashboards, metrics, logs, incidents, events) - Include comprehensive documentation with setup instructions and examples - Create datadog-query.md example workflow to demonstrate usage - All tests passing successfully Co-authored-by: pelikhan <4175913+pelikhan@users.noreply.github.com>
- Add inline HTML comment documentation for consistency with other MCP files - Include complete tool list, required secrets, and usage instructions - Matches pattern used in arxiv.md and context7.md - All tests passing successfully Co-authored-by: pelikhan <4175913+pelikhan@users.noreply.github.com>
Copilot
AI
changed the title
[WIP] Create plan to wrap Datadog MCP into shared agentic workflow
Add Datadog MCP shared workflow configuration
Oct 13, 2025
pelikhan
approved these changes
Oct 13, 2025
- Rename datadog-query.md to test-datadog-query.md - Move from .github/workflows/ to pkg/cli/workflows/ - Update import path to reference main shared directory - All tests passing successfully Co-authored-by: pelikhan <4175913+pelikhan@users.noreply.github.com>
pelikhan
reviewed
Oct 13, 2025
| - aggregate-logs | ||
| --- | ||
|
|
||
| ## Datadog MCP Server |
Collaborator
There was a problem hiding this comment.
@copilot all the documentation should be in a xml comment otherwise it will be added to the prompt.
Contributor
Author
There was a problem hiding this comment.
Documentation moved to XML comments. Workflow size reduced from 67.6 KB to 64.5 KB. (commit: will be in next merge commit)
- Move all markdown documentation into XML comments to prevent it from being added to AI prompts - Merge main branch to get latest updates - Reduce workflow size from 67.6 KB to 64.5 KB by excluding docs from prompt - All tests passing successfully Co-authored-by: pelikhan <4175913+pelikhan@users.noreply.github.com>
Contributor
Author
Main branch merged successfully. (included in next commit) |
Collaborator
|
@copilot remove test agentic workflows for datadog |
- Remove pkg/cli/workflows/test-datadog-query.md - Remove pkg/cli/workflows/test-datadog-query.lock.yml - Keep shared MCP configuration in .github/workflows/shared/mcp/datadog.md - All tests passing successfully Co-authored-by: pelikhan <4175913+pelikhan@users.noreply.github.com>
Contributor
Author
Test workflow files removed. Only the shared MCP configuration remains at |
pelikhan
approved these changes
Oct 13, 2025
Contributor
|
Agentic Changeset Generator triggered by this pull request |
🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR adds a shared Datadog MCP server configuration that enables agentic workflows to interact with Datadog's observability and monitoring platform.
What's New
A new shared configuration file at
.github/workflows/shared/mcp/datadog.mdprovides seamless integration with Datadog's monitoring, logging, metrics, and incident management capabilities. Workflows can now easily query Datadog data using natural language.Configuration
The shared file provides:
mcp/datadogfor easy setupget-monitors,get-monitorget-dashboards,get-dashboardget-metrics,get-metric-metadatasearch-logs,aggregate-logsget-eventsget-incidentsUsage
Workflows can now import Datadog capabilities with a single line:
Then use natural language to query Datadog:
The AI agent automatically selects and uses the appropriate Datadog tools to fetch and analyze the data.
Documentation
The configuration includes comprehensive documentation (in XML comments to avoid AI prompt pollution) with:
Optimization
By placing all documentation in XML comments, workflows that import this configuration are more efficient:
Testing
Fixes #1648
Original prompt
Fixes #1648
✨ Let Copilot coding agent set things up for you — coding agent works faster and does higher quality work when set up for your repo.