Sentry MCP
OfficialServer Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| SENTRY_URL | No | Base URL for Sentry, used for self-hosted instances | https://sentry.io |
| SENTRY_CLIENT_ID | No | Client ID for the Sentry OAuth application | |
| SENTRY_AUTH_TOKEN | Yes | Sentry authentication token with required scopes (org:read project:read project:write team:read team:write event:read) | |
| SENTRY_CLIENT_SECRET | No | Client secret for the Sentry OAuth application |
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Server capabilities have not been inspected yet.
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| list_organizationsB | List all organizations that the user has access to in Sentry. Use this tool when you need to:
|
| list_teamsA | List all teams in an organization in Sentry. Use this tool when you need to:
|
| list_projectsB | Retrieve a list of projects in Sentry. Use this tool when you need to:
|
| get_error_detailsA | Retrieve error details from Sentry for a specific Issue ID, including the stacktrace and error message. Either issueId or issueUrl MUST be provided. Use this tool when you need to:
|
| search_errors_in_fileA | Search for errors recently occurring in a specific file. This is a suffix based search, so only using the filename or the direct parent folder of the file. The parent folder is preferred when the filename is in a subfolder or a common filename. Use this tool when you need to:
|
| create_teamB | Create a new team in Sentry. Use this tool when you need to:
|
| create_projectB | Create a new project in Sentry, giving you access to a new SENTRY_DSN. Use this tool when you need to:
|
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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/getsentry/sentry-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server