Skip to content

Commit 237cfa3

Browse files
authored
Updating MCP docs with Video + Claude steps (#13563)
## DESCRIBE YOUR PR Adding setup video and updating docs for better clarity ## IS YOUR CHANGE URGENT? Help us prioritize incoming PRs by letting us know when the change needs to go live. - [X] Urgent deadline (GA date, etc.): <!-- ENTER DATE HERE --> - [ ] Other deadline: <!-- ENTER DATE HERE --> - [ ] None: Not urgent, can wait up to 1 week+
1 parent 009287a commit 237cfa3

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

docs/product/sentry-mcp/index.mdx

+7-3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: Sentry's MCP Server
2+
title: Sentry MCP Server
33
sidebar_order: 120
44
description: "Enable secure connectivity between Sentry issues and debugging data, and LLM clients, using a Model Context Protocol (MCP) server."
55
---
@@ -11,15 +11,15 @@ description: "Enable secure connectivity between Sentry issues and debugging dat
1111

1212
## Overview
1313

14-
The[ Sentry MCP Server](https://mcp.sentry.dev) provides a secure way of bringing Sentry's full issue context into systems that are able to leverage the [Model Context Protocol (MCP)](https://modelcontextprotocol.io/introduction). Sentry hosts and manages a remote MCP server, which you can connect to and leverage centrally. With the MCP, you can:
14+
The [Sentry MCP Server](https://mcp.sentry.dev) provides a secure way of bringing Sentry's full issue context into systems that are able to leverage the [Model Context Protocol (MCP)](https://modelcontextprotocol.io/introduction). Sentry hosts and manages a remote MCP server, which you can connect to and leverage centrally. With the MCP, you can:
1515

1616
- Access Sentry issues and errors
1717
- Search for errors in specific files
1818
- Query projects and organizations
1919
- List and create Sentry DSN's for projects
2020
- Execute autofix runs and retrieve autofix status and details
2121

22-
![Sentry MCP Server Query in Claude](./img/mcp-light-1.png)
22+
<VimeoEmbed id="1080588938?h=1e437d4874" />
2323

2424
## Getting Started
2525

@@ -65,6 +65,10 @@ The Sentry MCP Server has been verified to work in:
6565

6666
By accessing the developer tools via `CMD + ,` -> `Developer` -> `Edit Config` -> edit the `claude_desktop_config.json` file
6767

68+
### Claude.ai
69+
70+
You can access the `Settings` -> `Profile` -> Scroll to `Integrations`, select `Add More`, and add the Sentry MCP server URL `https://mcp.sentry.dev/sse`
71+
6872
### Windsurf
6973

7074
Via the `Configure MCP` option in Cascade (CMD + L)

0 commit comments

Comments
 (0)