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.
get_sentry_issue
Retrieve and analyze specific Sentry issues:
issue_id_or_url
(Sentry issue ID or URL)get_list_issues
List and analyze issues for a project:
{
"mcpServers": {
"sentry": {
"command": "uvx",
"args": ["mcp-sentry", "--auth-token", "YOUR_SENTRY_TOKEN","--project-slug" ,"YOUR_PROJECT_SLUG", "--organization-slug","YOUR_ORGANIZATION_SLUG"]
}
}
}