sentry-mcp
MCP server for Sentry - error monitoring, issue tracking, and debugging for AI assistants
Sentry's MCP service is primarily designed for human-in-the-loop coding agents, focusing on developer workflows and debugging use cases. This remote MCP server acts as middleware to the upstream Sentry API, optimized for coding assistants like Cursor and Claude Code. It provides tools for automatic subagent delegation and supports a `stdio` transport for self-hosted installations.
Compatible with
Install
Claude Desktop
Add to your claude_desktop_config.json:
{
"mcpServers": {
"sentry-mcp": {
"args": [
"-y",
"@sentry/mcp-server"
],
"command": "npx"
}
}
}Config File Location
Mac: ~/Library/Application Support/Claude/claude_desktop_config.json
Windows: %APPDATA%\Claude\claude_desktop_config.json
Linux: ~/.config/claude/claude_desktop_config.json
Some servers require additional setup - check the GitHub README for specific instructions.
Permissions