Recommend Cursor plugin marketplace for Datadog MCP Server on Cursor#36130
Recommend Cursor plugin marketplace for Datadog MCP Server on Cursor#36130
Conversation
Update the Cursor tab on the MCP Server setup page to direct users to the Datadog plugin from the Cursor plugin marketplace instead of the Datadog extension. The extension is still recommended for non-MCP features (Exception Replay, Code Insights, View in IDE, Log Annotations, Static Code Analysis, Fix in Chat). Update the VS Code & Cursor extension docs to match.
Preview links (active after the
|
git-thuerk-done
left a comment
There was a problem hiding this comment.
Hi @sumedham this looks good just a couple of recommendations to link to the Cursor marketplace
| {{% tab "Cursor" %}} | ||
|
|
||
| Datadog's [Cursor and VS Code extension][1] includes built-in access to the managed Datadog MCP Server. | ||
| For Cursor, Datadog recommends installing the **Datadog plugin** from the Cursor plugin marketplace. The plugin manages OAuth authentication, regional endpoint configuration, and toolset selection for you. |
There was a problem hiding this comment.
| For Cursor, Datadog recommends installing the **Datadog plugin** from the Cursor plugin marketplace. The plugin manages OAuth authentication, regional endpoint configuration, and toolset selection for you. | |
| For Cursor, Datadog recommends installing the **Datadog plugin** from the Cursor plugin marketplace. The plugin manages OAuth authentication, regional endpoint configuration, and toolset selection for you. |
it might be helpful to link to the Cursor plugin marketplace here for users
There was a problem hiding this comment.
Done — linked to https://cursor.com/marketplace/datadog and simplified the steps in 8ac4b0a.
| ### MCP Server setup | ||
|
|
||
| The extension includes access to the [Datadog Model Context Protocol (MCP) Server][3]. Ensure the MCP Server is enabled to enhance the editor's AI capabilities with your specific Datadog environment: | ||
| <div class="alert alert-info">The Datadog extension for Cursor no longer installs the Datadog MCP Server. To connect Cursor to the Datadog MCP Server, install the Datadog plugin from the Cursor plugin marketplace.</div> |
There was a problem hiding this comment.
| <div class="alert alert-info">The Datadog extension for Cursor no longer installs the Datadog MCP Server. To connect Cursor to the Datadog MCP Server, install the Datadog plugin from the Cursor plugin marketplace.</div> | |
| <div class="alert alert-info">The Datadog extension for Cursor no longer installs the Datadog MCP Server. To connect Cursor to the Datadog MCP Server, install the Datadog plugin from the Cursor plugin marketplace.</div> |
Also would recommend to link to the Cursor plugin marketplace here
There was a problem hiding this comment.
Done — linked to https://cursor.com/marketplace/datadog inside the alert in 8ac4b0a.
Address review feedback by linking the Cursor plugin marketplace (https://cursor.com/marketplace/datadog) on both pages. Reduce the Cursor install steps on the MCP Server setup page to install the plugin from the marketplace and verify permissions.
git-thuerk-done
left a comment
There was a problem hiding this comment.
Looking better just need to fix the links !
| 1. **Restart the IDE.** | ||
| 1. Confirm the Datadog MCP Server is available and the [tools][3] are listed: Go to **Cursor Settings** (`Shift` + `Cmd/Ctrl` + `J`), select the **Tools & MCP** tab, and expand the extension's tools list. | ||
| 1. If you previously installed the Datadog MCP Server manually, remove it from the IDE's configuration to avoid conflicts. | ||
| 1. Install the Datadog plugin from the [Cursor plugin marketplace][2]. |
There was a problem hiding this comment.
| 1. Install the Datadog plugin from the [Cursor plugin marketplace][2]. | |
| 1. Install the Datadog plugin from the [Cursor plugin marketplace][2]. |
Ah my apologies! I forgot to explain that for links within tabs, the links have to go at the end of the tab content rather than at the bottom of the page. Reference: https://datadoghq.atlassian.net/wiki/spaces/docs4docs/pages/1182958054/Markdown+Shortcode+Reference#Tabs
What does this PR do? What is the motivation?
Updates the Cursor installation instructions for the Datadog MCP Server. The Datadog extension for Cursor no longer installs the MCP Server; users should now install the Datadog plugin from the Cursor plugin marketplace to access the MCP Server.
Changes:
content/en/bits_ai/mcp_server/setup.md— Rewrite the Cursor tab to recommend the Datadog plugin from the Cursor plugin marketplace. Document/ddconfigfor site selection, OAuth, and toolset management. Update the supported clients table row for Cursor.content/en/ide_plugins/vscode/_index.md— Clarify that the Datadog extension for Cursor no longer installs the MCP Server. Recommend the extension in Cursor for non-MCP features (Exception Replay, Code Insights, View in IDE, Log Annotations, Static Code Analysis, Fix in Chat). Point readers to the MCP setup page for the plugin install steps. VS Code instructions are unchanged.Merge instructions
Merge readiness:
Additional notes