Sentry
HTTP-SSESentry error data analysis tool for AI agents via MCP.
Sentry error data analysis tool for AI agents via MCP.
A TypeScript implementation of a Sentry MCP (Modern Context Protocol) tool that allows AI agents to access and analyze Sentry error data. 🤖
pnpm install
Create a .env file in the root directory with your Sentry auth token:
SENTRY_AUTH_TOKEN=your_sentry_auth_token SENTRY_API_BASE=https://sentry.io/api/0/ # Optional, defaults to this value
pnpm build && pnpm start
The server will start on port 1337 by default.
The server provides two MCP interfaces:
Tool Interface: get_sentry_issue
{ "issue_id_or_url": "12345" }
Prompt Interface: sentry-issue
{ "issue_id_or_url": "https://sentry.io/organizations/your-org/issues/12345/" }
The Sentry MCP Server can be integrated with Cursor IDE for enhanced development experience:
pnpm start