Installation & Configuration
{
"mcpServers": {
"sentry": {
"command": "npx",
"args": [
"-y",
"tsx",
"/path/to/sentry_mcp/main.ts"
],
"env": {
"SENTRY_AUTH_TOKEN": "your_auth_token",
"SENTRY_ORG": "your_organization_slug"
}
}
}
}Information
Transport
stdio
Language
TypeScript
Created
2026/6/14
Updated
2026/6/15