Sentry MCP Server 🔍
@FaureAlexis
关于 Sentry MCP Server 🔍
🤖 A TypeScript implementation of a Sentry MCP (Modern Context Protocol) tool that allows AI agents to access and analyze Sentry error data.
基本信息
配置
工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
What is Sentry MCP Server 🔍?
A TypeScript implementation of a Sentry MCP (Modern Context Protocol) tool that enables AI agents to access and analyze Sentry error data by retrieving issues, viewing stacktraces, and reading formatted metadata.
How to use Sentry MCP Server 🔍?
Install with pnpm install, configure a .env file with your Sentry auth token (and optionally a custom API base URL), then run pnpm build && pnpm start. The server exposes a tool interface (get_sentry_issue) and a prompt interface (sentry-issue), both accepting an issue ID or URL.
Key features of Sentry MCP Server 🔍
- Retrieve and analyze Sentry issues via AI agents
- Get formatted issue details and metadata
- View detailed stacktraces
- Support for both tool and prompt interfaces
- Robust error handling and real-time communication
Use cases of Sentry MCP Server 🔍
- Debugging crashes by querying Sentry issues from an AI assistant
- Integrating error analysis into Cursor IDE for a seamless development workflow
- Automating bug report enrichment with stacktrace and metadata
- Building AI‑powered diagnostic tools that consume Sentry data
FAQ from Sentry MCP Server 🔍
What does it require to run?
Node.js, pnpm, and a valid Sentry authentication token (configured via the SENTRY_AUTH_TOKEN environment variable). The server runs on port 1337 by default.
How does it connect to Sentry?
It uses the Sentry API (default base URL https://sentry.io/api/0/). The optional SENTRY_API_BASE variable lets you point to a different Sentry instance.
Does it support both tools and prompts?
Yes. The MCP interface provides a get_sentry_issue tool and a sentry-issue prompt, both accepting the same issue_id_or_url parameter.
Can I use it with Cursor IDE?
Yes. Start the server locally, then configure Cursor to use the local MCP server for in‑IDE Sentry issue analysis.
What transports or authentication does the server use?
The README mentions MCP (Modern Context Protocol) with tool and prompt interfaces. Authentication is done via the Sentry auth token supplied in the .env file. No other transports (e.g., HTTP, stdio) are specified.
开发工具 分类下的更多 MCP 服务器
Deepwiki MCP Server
regenrek📖 MCP server for fetch deepwiki.com and get latest knowledge in Cursor and other Code Editors
TalkToFigma
sonnylazuardiTalkToFigma: MCP integration between AI Agent (Cursor, Claude Code, Codex) and Figma, allowing Agentic AI to communicate with Figma for reading designs and modifying them programmatically.
Code Index MCP
johnhuang316A Model Context Protocol (MCP) server that helps large language models index, search, and analyze code repositories with minimal setup
Stakpak Agent CLI
stakpakShip your code, on autopilot. An open source agent that lives on your machines 24/7 and keeps your apps running. 🦀
test
cloudwegoThe ultimate LLM/AI application development framework in Go.
评论