Loading MCP server directory, please wait...
MCP server for Sentry - error monitoring, issue tracking, and debugging for AI assistants
npx @getmcp/cli add io.github.getsentry/sentry-mcpRequires Node.js 18+. Official server by getsentry. Review source before installing.
SENTRY_ACCESS_TOKENYour Sentry user authentication token
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.github.getsentry/sentry-mcp": {
"command": "npx",
"args": [
"-y",
"@sentry/mcp-server"
],
"env": {
"SENTRY_ACCESS_TOKEN": ""
}
}
}
}