An MCP server for self-hosted sentry.
Sentry MCP server is a hosted integration for AI assistants that speak the Model Context Protocol. An MCP server for self-hosted sentry.
A Model Context Protocol (MCP) server designed specifically for interacting with self-hosted Sentry instances.
This server provides tools to retrieve information and perform actions on issues within a self-hosted Sentry setup. It reads the Sentry instance URL, authentication token, and organization slug from environment variables.
Being a remote server, there is no local install. You register the endpoint with your client, authorise it once, and the tools appear.
Once Sentry is connected, these are the calls the assistant has available:
Description — Retrieve details for a specific Sentry issue by ID or URLInput — { "issue_id_or_url": "string" } (e.g., "12345" or "https://sentry.example.com/organizations/org/issues/12345/")You will need 5 environment variables: SENTRY_URL, SENTRY_AUTH_TOKEN, SENTRY_ORG_SLUG, YOUR_SENTRY_URL, YOUR_SENTRY_AUTH_TOKEN. The server will not start without them, which is usually why the tools fail to appear on a first run. Keep credentials in your client's env block or a secrets manager rather than in a file you might commit.
This sits in the monitoring and observability group, where several servers overlap in what they claim to do but differ sharply once you actually set them up. Sentry's toolset — Description, Input — is a fair guide to whether it matches your workflow. It is maintained by ddfourtwo; worth a glance at recent repository activity before you build anything load-bearing on it.
This entry was verified against Sentry's own documentation before publication; SyncDev keeps the directory reviewed rather than auto-generated.
| Tool | What it does |
|---|---|
| Description | Retrieve details for a specific Sentry issue by ID or URL. |
| Input | { "issue_id_or_url": "string" } (e.g., "12345" or "https://sentry.example.com/organizations/org/issues/12345/") |
| Variable | Description | Required |
|---|---|---|
| SENTRY_URL | Endpoint or connection string the server talks to. | Yes |
| SENTRY_AUTH_TOKEN | Credential the server authenticates with. | Yes |
| SENTRY_ORG_SLUG | Configuration value read at startup. | Optional |
| YOUR_SENTRY_URL | Endpoint or connection string the server talks to. | Yes |
| YOUR_SENTRY_AUTH_TOKEN | Credential the server authenticates with. | Yes |
Give your coding agent the full DevTools toolbox: traces, network, console, heap snapshots and Lighthouse.
Dashboards, Prometheus and Loki queries, incidents and alerts — observability by conversation.
Errors with full context — stack traces, issue triage and AI-powered root-cause analysis from Sentry's server.
Enables enhanced web research capabilities for large language models through intelligent search queuing and advanced content extraction.
Automates browser interactions and enables Large Language Models (LLMs) to interact with web pages through Playwright and Chrome DevTools Protocol
Guides tool usage by providing recommendations for MCP tools at each problem-solving stage.