MCP server

Sentry
MCPIssues and traces the agent can actually open.
Sentry’s official MCP. Look up the error, the culprit, and the release — without a second tab.
latest·FSL-1.1·Updated this month·github.com/getsentry/sentry-mcp·Transport: stdio
Claude CodeCursorDesktop
Scanned
claude_desktop_config.json
{
"mcpServers": {
"sentry": {
"command": "npx",
"args": [
"@sentry/mcp-server@latest"
]
}
}
}By Sentry
Spec
What the server actually exposes.
search_issues
readFind issues in a project.
get_issue
readEvent, stack, and culprit.
get_trace
readA trace by id.
Guardrails
- Org token in env
- Read-first
- No silent resolve
sentry-mcp.mcp/tools
Tools
- read
search_issues
Find issues in a project.
- read
get_issue
Event, stack, and culprit.
- read
get_trace
A trace by id.
Last call
{ "ok": true,
"tool": "search_issues",
"rows": 12 }Other servers worth installing
Discussion
No notes yet. Be the first hunter to report back.
