-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Feature Flag MCP Server Guide [DOCS-12083] #31677
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
+ revamp Software Delivery section, add other products' guides
US1-FED not supported
also add description frontmatter
Adding content for migration guide to Eppo core
| ### Claude | ||
|
|
||
| ``` | ||
| claude mcp add datadog-ff -- ~/.local/bin/datadog_mcp_cli --custom-domain dd.datad0g.com --endpoint-path /api/unstable/ffe-mcp/mcp |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This will definitely change, since the domain we're using here, dd.datad0g.com, is staging. But also we'll do a toolset instead of an endpoint path
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Something like claude mcp add datadog-ff https://mcp.datadoghq.com/api/unstable/mcp-server/mcp?toolsets=ffe-service
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
See https://dd.slack.com/archives/C095ASRQA9M/p1758232989167749, but the actual command should be
claude mcp add datadog -- ~/.local/bin/datadog_mcp_cli --endpoint-path /api/unstable/mcp-server/mcp?toolsets=feature-flags
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Updated in e730c35, thanks!
Preview links (active after the
|
| ```javascript | ||
| "datadog-ff": { | ||
| "type": "stdio", | ||
| "command": " ~/.local/bin/datadog_mcp_cli --custom-domain mcp.datadoghq.com --endpoint-path /api/unstable/ffe-mcp/mcp", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This command should be
~/.local/bin/datadog_mcp_cli --endpoint-path /api/unstable/mcp-server/mcp?toolsets=feature-flags
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Updated in e730c35, thanks!
- edits for general style - add Further Reading
…Dog/documentation into a-rindone/12083-ff-mcp-server-guide
* Set up basic framework * Add to All Guides page + revamp Software Delivery section, add other products' guides * Configure site support US1-FED not supported * Add Preview callout and signup link also add description frontmatter * Update migrate_from_statsig.md Adding content for migration guide to Eppo core * Create feature_flag_mcp_server.md * update commands * Guides page: add link to MCP server page * edits and additions - edits for general style - add Further Reading * reorg page into main Feature Flags nav section --------- Co-authored-by: Joe Peeples <joe.peeples@datadoghq.com>
What does this PR do? What is the motivation?
Creating a guide for using the feature flag MCP server for those in the preview program.
DOCS-12083
Merge instructions
Merge readiness: