Sentry MCP Server
@srcgrp
About Sentry MCP Server
No overview available yet
Config
No standard config provided
This server doesn't expose a parseable MCP config block in its README. See the repository for install instructions.
RepositoryTools
No tools detected
We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.
Overview
What is Sentry MCP Server?
Sentry MCP Server integrates Sentry error tracking into your development workflow by providing access to release health data and issue details through the Model Context Protocol (MCP). It is designed for developers using MCP-enabled environments like VS Code with the Cline extension.
How to use Sentry MCP Server?
Clone the repository, install dependencies (npm install), build (npm run build), then add the server to your MCP client’s configuration with an absolute path to the built index.js. Create a .env file in the project root with your Sentry credentials (SENTRY_AUTH_TOKEN, SENTRY_BASE_URL, SENTRY_ORG_SLUG). Restart your MCP client to load the server.
Key features of Sentry MCP Server
- List recent releases with new issue counts.
- View release health statistics (crash-free rates, sessions).
- Fetch detailed information about specific Sentry issues.
- Retrieve all issues associated with a given release.
- Works with both Sentry.io cloud and self-hosted Sentry.
- Inspect server configuration and connection status.
Use cases of Sentry MCP Server
- Monitor release health without leaving your code editor.
- Investigate issue details directly from your MCP client.
- Track new issues introduced per release version.
- Quickly check crash-free rates for a specific release.
- Verify server setup with the inspect tool.
FAQ from Sentry MCP Server
What data can I access with this server?
You can access release lists, release health statistics (crash-free rates, session counts), issue details, and issues per release. All data comes from the Sentry API.
Can I use a self-hosted Sentry instance?
Yes. Set SENTRY_BASE_URL to your instance’s API endpoint (e.g., https://your-sentry-instance.com/api/0/). The server supports both cloud and self-hosted environments.
What environment variables are required?
Three variables: SENTRY_AUTH_TOKEN (API token from Sentry), SENTRY_BASE_URL (API endpoint), and SENTRY_ORG_SLUG (your organization slug). These are typically set in a .env file in the project root.
How do I verify the server is working?
Use the inspect_sentry tool (no arguments needed). It returns configuration details, available capabilities, and environment info to confirm the connection to Sentry is successful.
What transport does this server use?
The server communicates via MCP over stdio, as configured in the MCP client settings (command node with the path to build/index.js).
Frequently asked questions
What data can I access with this server?
You can access release lists, release health statistics (crash-free rates, session counts), issue details, and issues per release. All data comes from the Sentry API.
Can I use a self-hosted Sentry instance?
Yes. Set `SENTRY_BASE_URL` to your instance’s API endpoint (e.g., `https://your-sentry-instance.com/api/0/`). The server supports both cloud and self-hosted environments.
What environment variables are required?
Three variables: `SENTRY_AUTH_TOKEN` (API token from Sentry), `SENTRY_BASE_URL` (API endpoint), and `SENTRY_ORG_SLUG` (your organization slug). These are typically set in a `.env` file in the project root.
How do I verify the server is working?
Use the `inspect_sentry` tool (no arguments needed). It returns configuration details, available capabilities, and environment info to confirm the connection to Sentry is successful.
What transport does this server use?
The server communicates via MCP over stdio, as configured in the MCP client settings (command `node` with the path to `build/index.js`).
Basic information
More Developer Tools MCP servers
Vibgrate MCP
VibgrateQuery your team's drift, vulnerability, and migration data from any AI assistant. Vibgrate MCP connects Cursor, Claude, ChatGPT, Windsurf, or VS Code to Vibgrate Cloud: 51 tools for DriftScores, CVEs and EOL runtimes, up

Reelier
Maxime HouleAgents make claims. Reelier writes receipts — record an agent's tool-call workflow once, replay it deterministically at 0 tokens, and diff runs to catch drift.

Foremerge
naw103Catch intent conflicts before code conflicts. The open-source coordination protocol for coding agents, built above Git.

PuzzleTide Puzzle Generator
Caravaca-LabsWord search generator, crossword generator, and sudoku generator + solver as a local-first MCP server. 15 deterministic tools: printable PDF puzzle worksheets, themed word banks, and verifiable LLM evals. From the makers

TaskerArmy Agent
TaskerArmyAsk Claude or ChatGPT what Shopify theme optimization tasks are pending on your store, a remote MCP server for TaskerArmy Agent accounts.
Comments