Skip to content
Merged
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
11 changes: 10 additions & 1 deletion docs/product/sentry-mcp/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -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`.
Expand Down
Loading