Tool
development
✓ Verified
NEW
Free
Sentry MCP
Pull error events, issues, and stack traces from Sentry directly into your AI debugging session.
4.7(64 reviews)
28,400 installs
by Sentry
About
Connects your AI agent to Sentry. Fetch issues, error events with stack traces, frequency, and affected users. Helps the AI reason about real production bugs instead of guessing.
Tags
sentryerrorsmonitoringmcp
MCP Configuration Example
{
"mcpServers": {
"sentry": {
"command": "npx",
"args": ["-y", "@sentry/mcp-server"],
"env": {
"SENTRY_AUTH_TOKEN": "your-token",
"SENTRY_ORG": "your-org"
}
}
}
}Related Tools
Tool⭐
developmentFREE
GitHub MCP Server
Official MCP server for the GitHub API — issues, PRs, releases, files, and search from any AI agent.
githubgitmcp
G
GitHub4.9(426)
185k
★12.4k
Tool⭐
developmentFREE
Filesystem MCP Server
Official MCP server giving safe, sandboxed filesystem access to AI agents with explicit allowed paths.
filesystemfilesmcp
A
Anthropic4.8(384)
156k
★9.8k
Install
# Add to ~/.claude/settings.json:
{
"mcpServers": {
"sentry": {
"command": "npx",
"args": ["-y", "@sentry/mcp-server"],
"env": {
"SENTRY_AUTH_TOKEN": "your-token",
"SENTRY_ORG": "your-org"
}
}
}
}S
Sentry
@getsentry