LogoSTMCP
Download
Sentry

mcp-sentry: A Sentry MCP server

A Model Context Protocol (MCP) server for seamless integration with Sentry.io, enabling real-time error tracking and debugging in your AI-powered development workflow.

Tools

Available Tools
1. get_sentry_issue

Retrieve and analyze specific Sentry issues:

  • Input: issue_id_or_url (Sentry issue ID or URL)
  • Returns: Detailed issue information including stacktrace
2. get_list_issues

List and analyze issues for a project:

  • Input: Project and organization slugs
  • Returns: List of issues with key metrics
Open Graph image for mcp-sentry: A Sentry MCP server

JSON Config

{
	"mcpServers": {
		"sentry": {
			"command": "uvx",
			"args": ["mcp-sentry", "--auth-token", "YOUR_SENTRY_TOKEN","--project-slug" ,"YOUR_PROJECT_SLUG", "--organization-slug","YOUR_ORGANIZATION_SLUG"]
		}
	}
}
 

Useful Links

Information

Categories