13 lines
362 B
JSON
13 lines
362 B
JSON
{
|
|
"mcpServers": {
|
|
"sentry": {
|
|
"description": "Official Sentry MCP Server (local). Run Sentry integration locally via npx for debugging, error tracking, and performance monitoring.",
|
|
"command": "npx",
|
|
"args": ["-y", "@sentry/mcp-server@latest"],
|
|
"env": {
|
|
"SENTRY_ACCESS_TOKEN": "<your-sentry-auth-token>"
|
|
}
|
|
}
|
|
}
|
|
}
|