sentry-issue-mcp
Description
⚠️ Getting issues is deprecated as of version 1.0.5. The response structure is so similar to the event API that it's considered redundant.
This is a mcp for sentry issue.\ It supports 2 tools to get a issue or list of issues.\ U can let LLM analysis the Res, or u want to do.
Feature
- EZ size
- EZ understand
- EZ tiny
Tools
- get_single_event
- get a event detail infos, tiny mode return stack info, huge mode return all info
- inputs:
- url_or_id: sentry event url or sentry event id
- organization_id_or_slug: sentry organization id or slug, it can be undefined
- project_id_or_slug: sentry project id or slug, it can be undefined
- mode: tiny or huge, it can be undefined
- get_project_events
- get list of events, tiny mode return id and title, huge mode return all info
- inputs:
- project_id_or_slug: sentry project id or slug
- organization_id_or_slug: sentry organization id or slug, it can be undefined
- mode: tiny or huge, it can be undefined
QuickStart
this is MCP Server Config
"mcpServers": {
"sentry-issue-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"sentry-issues-mcp@latest"
],
"env": {
"SENTRY_HOST": "<your_sentry_host>",
"SENTRY_ORG": "<your_sentry_org>",
"SENTRY_PROJ": "<your_sentry_proj>",
"SENTRY_USER_TOKEN": "<your_sentry_user_token>"
}
}
}
Case
- Ask LLM to analysis one issue by url or id
- input "analysis the issue, and give me the reason of it, and tell me how to fix it, {sentry_issue_url}"
- if ur LLM is SMART🧠, it will call tools
- u will get result
- Ask LLM to find Today most dangerous issue (PS: default val of sentry time period is "24h")
- input "find today most dangerous issue, and give me the reason of it, and tell me how to fix it"
- if ur LLM is SMART🧠, it will call tools
- u will get result
License
MIT
Recommend MCP Servers 💡
telnyx-mcp-server
Official Telnyx MCP Server enabling interaction with telephony, messaging, and AI assistant APIs for MCP clients.
steadybit
MCP Server for Steadybit, enabling LLM tools like Claude to interact with the Steadybit platform.
mailjet
Enables AI agents to interact with Mailjet's email marketing APIs (contacts, campaigns, statistics, etc.) through a standardized Model Context Protocol interface.
@confluentinc/mcp-confluent
An MCP server implementation that enables AI assistants to interact with Confluent Cloud REST APIs. This server allows AI tools like Claude Desktop and Goose CLI to manage Kafka topics, connectors, and Flink SQL statements through natural language interactions.
sesv2-mcp-server
A sample Model Context Protocol (MCP) server for Amazon Simple Email Service (SESv2) that exposes all public SES v2 API actions, enabling email sending, account resource access, and more.
@strowk/mcp-k8s
MCP server connecting to Kubernetes