MCP.so
登录

Sentry MCP Server

@inceptionJh

关于 Sentry MCP Server

暂无概览

基本信息

分类

开发工具

许可证

MIT license

运行时

node

传输方式

stdio

发布者

inceptionJh

配置

使用下面的配置,将此服务器添加到你的 MCP 客户端。

{
  "mcpServers": {
    "sentry": {
      "command": "npx",
      "args": [
        "-y",
        "@jaejae-json/sentry-mcp-server",
        "--SENTRY_ORG_ID=00000",
        "--SENTRY_API_TOKEN=sntryu_**********************"
      ]
    }
  }
}

工具

未检测到工具

工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。

概览

What is Sentry MCP Server?

A Model Context Protocol server that connects to Sentry, allowing users to query issue and event data through natural language prompts in compatible MCP clients like Cursor.

How to use Sentry MCP Server?

Configure the server in your MCP client using the npx command with the package @jaejae-json/sentry-mcp-server, passing your Sentry organization ID and API token as command‑line arguments. A sample prompt is shown that references a Sentry issue URL and asks for analysis of the event.

Key features of Sentry MCP Server

Use cases of Sentry MCP Server

FAQ from Sentry MCP Server

What does this server do?

It enables an MCP client to interact with Sentry data. The README shows an example prompt that references a Sentry issue URL and requests analysis of an event.

How is it configured?

Using the Cursor MCP settings JSON object:
{"mcpServers":{"sentry":{"command":"npx","args":["-y","@jaejae-json/sentry-mcp-server","--SENTRY_ORG_ID=00000","--SENTRY_API_TOKEN=sntryu_**********************"]}}}

What credentials are required?

You need your Sentry organization ID and a Sentry API token. The token is passed via the --SENTRY_API_TOKEN argument.

What MCP client is shown?

The configuration example is specifically for Cursor’s MCP support, but the server should work with any MCP‑compatible client.

Are there any known limitations?

评论

开发工具 分类下的更多 MCP 服务器