@jaejae-json/sentry-mcp-server
v2.1.0
Published
Model Context Protocol server for Sentry integration
Readme
Getting Started
MacOS / Linux
{
"mcpServers": {
"sentry": {
"command": "npx",
"args": [
"sentry-mcp-server",
"--SENTRY_ORG_ID=ORG_ID",
"--SENTRY_PROJECT_ID=PROJECT_ID",
"--SENTRY_API_TOKEN=API_TOKEN"
]
}
}
}