Loading languages...
MC

mcp-sentry-custom

@javaDer

mcp-sentry-custom

sentry
error tracking
mcp server
python

# mcpServer Config

{
  "mcpServers": {
    "sentry": {
      "command": "uvx",
      "args": [
        "mcp-sentry-custom",
        "--auth-token",
        "YOUR_SENTRY_TOKEN",
        "--project-slug",
        "YOUR_PROJECT_SLUG",
        "--organization-slug",
        "YOUR_ORGANIZATION_SLUG",
        "--sentry-url",
        "YOUR_SENTRY_URL"
      ]
    }
  }
}

# stdio

uvx mcp-sentry-custom --auth-token YOUR_SENTRY_TOKEN --project-slug YOUR_PROJECT_SLUG --organization-slug YOUR_ORGANIZATION_SLUG --sentry-url YOUR_SENTRY_URL
Transport:
stdio
语言:
Python
创建时间:4/10/2025
更新时间:4/10/2025