Installation & Configuration
{
"mcpServers": {
"sentry-local": {
"command": "node",
"args": [
"/path/to/sentry-mcp-server/build/index.js"
],
"env": {
"SENTRY_AUTH_TOKEN": "YOUR_SENTRY_AUTH_TOKEN",
"SENTRY_BASE_URL": "https://sentry.io/api/0/",
"SENTRY_ORG_SLUG": "your-organization-slug"
}
}
}
}Information
Transport
stdio
Language
JavaScript
Created
2026/6/13
Updated
2026/6/13