sentry-mcp

sentry-mcp

150

The project is a prototype remote MCP server for Sentry, acting as middleware to the Sentry API. It supports both remote and stdio transport modes and includes tools like an Inspector for testing the service. Local development and testing are supported with OAuth configuration.

What is the purpose of Sentry-MCP?

Sentry-MCP serves as a middleware to the upstream Sentry API provider, facilitating communication between Sentry and various MCP clients.

How can I use the stdio transport with Sentry-MCP?

To use the stdio transport, create a Personal API Token (PAT) in Sentry with the necessary scopes and launch the transport using the provided command.

What is the Inspector tool in Sentry-MCP?

The Inspector tool is used to test and verify the MCP service by connecting to the MCP server and triggering the authentication flow.

How do I set up local development for Sentry-MCP?

Set up local development by creating an OAuth App in Sentry, configuring the Homepage URL and Authorized Redirect URIs, and running the server locally.

Can Sentry-MCP be used with other MCP clients?

Yes, Sentry-MCP can be used with other MCP clients like Claude and Cursor, although some clients may have limitations such as lack of support for remote MCP servers.