Loading connector details…
Loading connector details…
Choose a unique username to continue using AgentHotspot
by weekitmo • Analytics & Monitoring
A Node.js TypeScript MCP server that integrates with Sentry to retrieve and expose issue data and stack traces to LLM agents via MCP or SSE.
Fetch and analyze a specific Sentry issue (title, status, timestamps, event count, and stacktrace) to generate diagnostics or remediation steps.
Identify the most-impactful issue from a Sentry issues list URL (e.g., the issue affecting the most users) for triage and prioritization.
Integrate Sentry error data into workflows via MCP or receive live updates through SSE for monitoring and automated responses.
This repository implements a Model Context Protocol (MCP) Sentry server in Node.js and TypeScript. It connects to the Sentry API using a SENTRY_TOKEN to fetch issues, events, and detailed stacktraces, and exposes them as MCP prompts and tools. It supports both standard MCP over stdin/stdout and an SSE transport for web-based communication, making it easy to wire into agent workflows. The project is designed to help agents analyze errors and prioritize issues by user impact and other metadata.
Scores are informational only and provided “as is” without warranty. AgentHotspot assumes no liability for actions taken based on these ratings.