MCP HubMCP Hub
Z

mcp-sentry

By Zzzccs123·Visit Source
TypeScript MCP server for Sentry error tracking
April 18, 2025
22 days ago
0 Clicks

What is this MCP

This is a Model Context Protocol (MCP) server implemented in TypeScript that connects to the Sentry error tracking service. It enables AI models to query and analyze error reports and events from Sentry.

How to use this MCP

  • Install dependencies with npm install
  • Configure environment variables (SENTRY_AUTH_TOKEN required)
  • Run the server via node dist/index.js or debug with MCP Inspector
  • Use the provided tools (get_sentry_issue and sentry-issue prompt template) to interact with Sentry data
  • What this MCP can be used for

    - Retrieving and analyzing Sentry issues by ID or URL

    - Getting detailed error reports including stack traces

    - Incorporating Sentry error data into AI model workflows

    - Monitoring application errors through AI-assisted analysis

    Repository Info
    Stars:
    1
    Forks:
    -
    Watchers:
    1
    Last Updated: 2 months ago