A Model Context Protocol server for retrieving and analyzing issues from Sentry.io
The repository implements a client-server architecture, where the server interacts with the Sentry API and exposes data formatted according to the Model Context Protocol. It provides specific tools (e.g., get_sentry_issue
, get_list_issues
) to fetch and process data, demonstrating a modular design. Configuration examples are provided for integration with Claude and Zed editors.
Python
4