Skip to content

Commit 0859772

Browse files
authored
docs: clarify MCP service purpose and target audience (#466)
Update README and home page to explicitly state that this MCP service is designed for human-in-the-loop coding agents (Cursor, Claude Code, etc.) rather than as a general-purpose Sentry API wrapper. This helps set proper expectations about the tool selection and priorities.
1 parent 2301c10 commit 0859772

File tree

2 files changed

+9
-6
lines changed

2 files changed

+9
-6
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22

33
[![codecov](https://codecov.io/gh/getsentry/sentry-mcp/graph/badge.svg?token=khVKvJP5Ig)](https://codecov.io/gh/getsentry/sentry-mcp)
44

5-
This is a prototype of a remote MCP server, acting as a middleware to the upstream Sentry API provider.
5+
Sentry's MCP service is primarily designed for human-in-the-loop coding agents. Our tool selection and priorities are focused on developer workflows and debugging use cases, rather than providing a general-purpose MCP server for all Sentry functionality.
66

7-
It is based on [Cloudflare's work towards remote MCPs](https://blog.cloudflare.com/remote-model-context-protocol-servers-mcp/).
7+
This remote MCP server acts as middleware to the upstream Sentry API, optimized for coding assistants like Cursor, Claude Code, and similar development tools. It's based on [Cloudflare's work towards remote MCPs](https://blog.cloudflare.com/remote-model-context-protocol-servers-mcp/).
88

99
## Getting Started
1010

packages/mcp-cloudflare/src/client/pages/home.tsx

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,9 @@ export default function Home({ onChatClick }: HomeProps) {
3232
<Prose>
3333
<p>
3434
This service implements the Model Context Protocol (MCP) for
35-
interacting with <a href="https://sentry.io/welcome/">Sentry</a>.
35+
interacting with <a href="https://sentry.io/welcome/">Sentry</a>,
36+
focused on human-in-the-loop coding agents and developer workflows
37+
rather than general-purpose API access.
3638
</p>
3739
</Prose>
3840

@@ -65,9 +67,10 @@ export default function Home({ onChatClick }: HomeProps) {
6567
<p>
6668
Simply put, it's a way to plug Sentry's API into an LLM, letting
6769
you ask questions about your data in context of the LLM itself.
68-
This lets you take an agent that you already use, like Cursor,
69-
and pull in additional information from Sentry to help with
70-
tasks like debugging, code generation, and more.
70+
This lets you take a coding agent that you already use, like
71+
Cursor or Claude Code, and pull in additional information from
72+
Sentry to help with tasks like debugging, fixing production
73+
errors, and understanding your application's behavior.
7174
</p>
7275
<p>
7376
This project is still in its infancy as development of the MCP

0 commit comments

Comments
 (0)