Retrieving and analyzing issues from Sentry.io
Server Config
{
"mcpServers": {
"sentry": {
"command": "uvx",
"args": [
"mcp-server-sentry",
"--auth-token",
"YOUR_SENTRY_TOKEN"
]
}
}
}{
"mcpServers": {
"sentry": {
"command": "uvx",
"args": [
"mcp-server-sentry",
"--auth-token",
"YOUR_SENTRY_TOKEN"
]
}
}
}