MCP Server Sentry
Servidor Sentry de MCP: Implementación de TypeScript
Este es un servidor de Protocolo de Contexto de Modelo (MCP) implementado en TypeScript para conectarse al servicio de seguimiento de errores de Sentry. Este servidor permite a los modelos de IA consultar y analizar informes de errores y eventos en Sentry.
Características
Herramienta
get_sentry_issueRecupera y analiza problemas de Sentry por ID o URL
Aporte:
issue_id_or_url(cadena): ID del problema de Sentry o URL para analizar
Devoluciones: Detalles de la emisión, incluidos:
Título
Identificación del problema
Estado
Nivel
Marca de tiempo de primera visualización
Marca de tiempo de la última vez que se vio
Recuento de eventos
Seguimiento completo de la pila
Plantilla de aviso
sentry-issueRecupera detalles del problema de Sentry
Aporte:
issue_id_or_url(cadena): ID o URL del problema de Sentry
Devoluciones: Detalles del problema formateados como contexto de conversación
Related MCP server: Sentry MCP Server
Instalación
# Install dependencies
npm install
# Build the project
npm run buildConfiguración
El servidor se configura mediante variables de entorno. Cree un archivo .env en el directorio raíz del proyecto:
# 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/0Alternativamente, puede configurar estas variables de entorno en tiempo de ejecución.
Correr
Ejecute el servidor a través de E/S estándar:
node dist/index.jsDepurar con MCP Inspector:
npx @modelcontextprotocol/inspector node dist/index.jsDescripción de variables de entorno
SENTRY_AUTH_TOKEN(obligatorio): Su token de acceso a la API de SentrySENTRY_PROJECT_SLUG(opcional): El slug de su proyecto SentrySENTRY_ORGANIZATION_SLUG(opcional): El slug de su organización Sentry
Las últimas dos variables se pueden omitir si se proporciona información del proyecto y de la organización en la URL.
Licencia
Este proyecto está licenciado bajo la licencia 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