MCP Sentry
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| auth_token | Yes | Your Sentry authentication token | |
| project_slug | Yes | Your Sentry project slug | |
| organization_slug | Yes | Your Sentry organization slug |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {
"listChanged": false
} |
| prompts | {
"listChanged": false
} |
| experimental | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| get_sentry_issueA | Retrieve and analyze a Sentry issue by ID or URL. Use this tool when you need to: - Investigate production errors and crashes - Access detailed stacktraces from Sentry - Analyze error patterns and frequencies - Get information about when issues first/last occurred - Review error counts and status |
| get_list_issuesA | Retrieve and analyze Sentry issues by project slug. Use this tool when you need to: - Investigate production errors and crashes - Access detailed stacktraces from Sentry - Analyze error patterns and frequencies - Get information about when issues first/last occurred - Review error counts and status |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
| sentry-issue | Retrieve a Sentry issue by ID or URL |
| sentry-issues-by-project | Retrieve Sentry issues by project slug |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Latest Blog Posts
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/MCP-100/mcp-sentry'
If you have feedback or need assistance with the MCP directory API, please join our Discord server