diff --git a/docs/product/sentry-mcp/index.mdx b/docs/product/sentry-mcp/index.mdx index d1722b0108e18..127fdfc7a3494 100644 --- a/docs/product/sentry-mcp/index.mdx +++ b/docs/product/sentry-mcp/index.mdx @@ -186,6 +186,12 @@ Available via `Cursor` → `Settings` → `Cursor Settings` → `MCP` following You can still edit the `mcp.json` file manually if you prefer. +### Factory Droid + +When launching Factory Droid CLI, you can add the Sentry MCP server by selecting accessing the MCP menu with `/mcp`, selecting `Add MCP Server from Registry`, and searching for `sentry` in the list. + +You can also add it manually by adding the Sentry MCP server URL `https://mcp.sentry.dev/mcp`. + ### Amp Add via the Amp VS Code extension settings screen or by updating your settings.json file: @@ -211,11 +217,14 @@ Add via the `amp mcp add` command below amp mcp add sentry -- npx -y mcp-remote@latest https://mcp.sentry.dev/mcp ``` - ### VS Code and GitHub Copilot Add the server using `CMD+Shift+P` and selecting `MCP: Add Server` +### Vercel v0 + +Select `Prompt Tools` in the https://v0.app UI and then select `Add MCP` and select Sentry from the list. + ### Warp Available via `Settings` -> `MCP Servers` -> `Manage MCP Servers` -> `Add MCP Server` -> `Sentry` -> `https://mcp.sentry.dev/mcp`.