MCP Server
MCP
io.github.friendlygeorge/sentry-mcp-server
MCP server for Sentry — error tracking, issues, releases, events, and projects for AI assistants.
Install
npx -y [email protected]
Configuration Example
{
"remotes": [],
"packages": [
{
"registryType": "npm",
"identifier": "sentry-mcp-server",
"version": "1.0.0",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "Sentry auth token from Settings → Auth Tokens. Needs org:read, project:read, event:read, issue:read, issue:write scopes.",
"isRequired": true,
"format": "string",
"isSecret": true,
"name": "SENTRY_AUTH_TOKEN"
},
{
"description": "Sentry API base URL. Defaults to https://sentry.io/api/0/. Override for self-hosted Sentry.",
"format": "string",
"name": "SENTRY_BASE_URL"
}
]
}
]
}
mcp
model-context-protocol
npm
By
Comments
Sign in to leave a comment