Sentry Issue Collector
by obutora
This is an MCP server to retrieve a list of Sentry issues. For issue details, it is recommended to use [mcp-server-sentry](https://github.com/modelcontextprotocol/servers/tree/main/src/sentry).
Last updated: N/A
What is Sentry Issue Collector?
An MCP server that retrieves a list of issues from Sentry.
How to use Sentry Issue Collector?
- Build the tool using
go build cmd/server/main.go
. 2. Configure the MCP server by adding a configuration block like the one provided in the README, specifying the path to the built tool and necessary arguments such as token, organization, and project. 3. Interact with the MCP server to retrieve the issue list from Sentry.
Key features of Sentry Issue Collector
Retrieves Sentry issue list
MCP server integration
Configurable with token, organization, and project
Simple setup
Use cases of Sentry Issue Collector
Integrating Sentry issue data into MCP-based systems
Automated issue reporting
Monitoring Sentry issues through MCP
Centralized issue management
FAQ from Sentry Issue Collector
What is the purpose of this server?
What is the purpose of this server?
This server retrieves a list of Sentry issues for use within an MCP environment.
What dependencies are required?
What dependencies are required?
Go is required to build the server.
What configuration parameters are needed?
What configuration parameters are needed?
A Sentry token, organization name, and project name are required.
How do I get a Sentry token?
How do I get a Sentry token?
You can generate a Sentry token in your Sentry organization's settings.
Is this server compatible with all Sentry projects?
Is this server compatible with all Sentry projects?
It should be compatible with any Sentry project, as long as you provide the correct organization and project names.