sentry-selfhosted-mcp

Created at 8 months ago

by ddfourtwo

starstarstarstarstar

An MCP server for self-hosted sentry.

Categories

monitoring

Tags

sentry

self-hosted

mcp

monitoring

sentry-selfhosted-mcp

What is Sentry Self-Hosted MCP?

Sentry Self-Hosted MCP is a Model Context Protocol server designed for interacting with self-hosted Sentry instances, allowing users to manage and retrieve information about issues within their Sentry setup.

How to use Sentry Self-Hosted MCP?

To use the server, clone the repository, install the dependencies, and configure the necessary environment variables for your Sentry instance. Then, run the server to interact with your Sentry projects and issues.

Key features of Sentry Self-Hosted MCP?

  • Retrieve details for specific Sentry issues by ID or URL.
  • List all projects within a configured Sentry organization.
  • Filter and list issues for specific projects based on query or status.
  • Update the status of Sentry issues.
  • Add comments to Sentry issues.

Use cases of Sentry Self-Hosted MCP?

  1. Managing and tracking issues in self-hosted Sentry instances.
  2. Automating the retrieval of issue details for reporting.
  3. Facilitating team collaboration by commenting on issues directly.

FAQ from Sentry Self-Hosted MCP?

  • What is required to run the server?

You need to set environment variables for SENTRY_URL, SENTRY_AUTH_TOKEN, and SENTRY_ORG_SLUG to connect to your Sentry instance.

  • Is there a specific programming language used?

Yes, the server is built using JavaScript and requires Node.js for execution.

  • Can I customize the server's functionality?

Yes, you can modify the source code to add or change features as per your requirements.

View More