mcp-sentry: A Sentry MCP Server
@elliottlawson
About mcp-sentry: A Sentry MCP Server
MCP server for interacting with Sentry
Basic information
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"mcp-sentry-elliottlawson": {
"command": "npx",
"args": [
"mcp-sentry",
"--auth-token",
"YOUR_SENTRY_TOKEN"
]
}
}
}Tools
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 mcp-sentry?
mcp-sentry is a Model Context Protocol server that retrieves and analyzes issues from Sentry.io. It enables AI assistants to inspect error reports, stacktraces, and other debugging information from your Sentry account.
How to use mcp-sentry?
Install via npm install -g mcp-sentry or run directly with npx mcp-sentry --auth-token YOUR_SENTRY_TOKEN. Provide a Sentry authentication token either with the --auth-token flag or the SENTRY_TOKEN environment variable. Then use the tool get_sentry_issue or the prompt sentry-issue with a Sentry issue ID or URL.
Key features of mcp-sentry
- Retrieve Sentry issues by ID or URL
- Returns title, status, level, and timestamps
- Includes event count and full stacktrace
- Supports both tool and prompt interfaces
- Authentication via command flag or environment variable
- Run without installation using npx
Use cases of mcp-sentry
- Quickly fetch and review a specific Sentry error during debugging
- Provide AI assistants with contextual issue data in conversation
- Automate error analysis workflows with an MCP-compatible client
FAQ from mcp-sentry
What runtime is required to run mcp-sentry?
Node.js 14 or later is required.
How do I authenticate with the Sentry API?
Provide your Sentry authentication token either via the --auth-token command-line option or the SENTRY_TOKEN environment variable.
Can I use mcp-sentry without installing it?
Yes, you can execute it directly using npx mcp-sentry --auth-token YOUR_SENTRY_TOKEN.
What tools does mcp-sentry provide?
It provides one tool: get_sentry_issue, which accepts an issue ID or URL and returns detailed issue information including stacktrace.
Do I need to build the project before using it?
No. The build directory is committed to the repository so you can run it directly without building.
More Developer Tools MCP servers
Burp Suite MCP Server Extension
PortSwiggerMCP Server for Burp
Minecraft MCP Server
yuniko-softwareA Minecraft MCP Server powered by Mineflayer API. It allows to control a Minecraft character in real-time, allowing AI assistants to build structures, explore the world, and interact with the game environment through natural language instruction
OpenSumi
opensumiA framework helps you quickly build AI Native IDE products. MCP Client, supports Model Context Protocol (MCP) tools via MCP server.
Code Index MCP
johnhuang316A Model Context Protocol (MCP) server that helps large language models index, search, and analyze code repositories with minimal setup

Sentry
modelcontextprotocolModel Context Protocol Servers
Comments