MCP Server Sentry
MCP 服务器哨兵 - TypeScript 实现
这是一个用 TypeScript 实现的模型上下文协议 (MCP) 服务器,用于连接 Sentry 错误跟踪服务。该服务器允许 AI 模型查询和分析 Sentry 上的错误报告和事件。
特征
get_sentry_issue工具通过 ID 或 URL 检索并分析 Sentry 问题
输入:
issue_id_or_url(字符串): 要分析的 Sentry 问题 ID 或 URL
返回:发行详情包括:
标题
问题 ID
地位
等级
首次出现时间戳
上次上线时间戳
事件计数
完整的堆栈跟踪
sentry-issue提示模板从 Sentry 检索问题详细信息
输入:
issue_id_or_url(字符串): Sentry 问题 ID 或 URL
返回:格式化的问题详细信息作为对话上下文
Related MCP server: Sentry MCP Server
安装
# Install dependencies
npm install
# Build the project
npm run build配置
服务器使用环境变量进行配置。在项目根目录中创建一个.env文件:
# Required: Sentry authentication token
SENTRY_AUTH_TOKEN=your_sentry_auth_token
# Optional: Sentry organization name
SENTRY_ORGANIZATION_SLUG=your_organization_slug
# Optional: Sentry project name
SENTRY_PROJECT_SLUG=your_project_slug
# Optional: Sentry base url
SENTRY_BASE_URL=https://sentry.com/api/0或者,您可以在运行时设置这些环境变量。
跑步
通过标准 IO 运行服务器:
node dist/index.js使用 MCP Inspector 进行调试:
npx @modelcontextprotocol/inspector node dist/index.js环境变量说明
SENTRY_AUTH_TOKEN(必需):您的 Sentry API 访问令牌SENTRY_PROJECT_SLUG(可选):Sentry 项目的 slugSENTRY_ORGANIZATION_SLUG(可选):您的 Sentry 组织的 slug
如果 URL 中提供了项目和组织信息,则可以省略后两个变量。
执照
该项目已获得 MIT 许可。
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- FlicenseBqualityDmaintenanceA Model Context Protocol server that retrieves and analyzes Sentry.io issues, allowing users to inspect error reports, stacktraces, and debugging information from their Sentry account.222
- FlicenseBqualityFmaintenanceA Model Context Protocol server that enables AI assistants to interact with Sentry for error tracking and monitoring, allowing retrieval and analysis of error data, project management, and performance monitoring through the Sentry API.1121
- AlicenseNot gradedqualityDmaintenanceA TypeScript server that allows AI agents to access, retrieve, and analyze Sentry error data through the Modern Context Protocol.422MIT

Sentry MCP Serverofficial
FlicenseBqualityFmaintenanceA Model Context Protocol server that lets AI assistants interact with the Sentry API to retrieve and analyze error data, manage projects, and monitor application performance.1111
Related MCP Connectors
A Model Context Protocol server for Wix AI tools
A comprehensive Model Context Protocol (MCP) server that enables AI assistants to interact with yo…
A Model Context Protocol (MCP) application for automated GitHub PR analysis and issue management.…
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/Zzzccs123/mcp-sentry'
If you have feedback or need assistance with the MCP directory API, please join our Discord server