# Sentry Server

Fetch and manage Sentry issue and event details seamlessly. Integrate with your Sentry projects to retrieve insights and streamline your debugging process. Enhance your workflow by leveraging Sentry'…

## Quick Start

```bash
# Connect this server (installs CLI if needed)
npx -y @smithery/cli@latest mcp add zereight/sentry-mcp

# Browse available tools
npx -y @smithery/cli@latest tool list zereight/sentry-mcp

# Get full schema for a tool
npx -y @smithery/cli@latest tool get zereight/sentry-mcp get_sentry_issue

# Call a tool
npx -y @smithery/cli@latest tool call zereight/sentry-mcp get_sentry_issue '{}'
```

## Tools (4)

- `get_sentry_issue` — Get details for a specific Sentry issue using its ID or URL
- `list_organization_projects` — List all projects for the configured Sentry organization
- `list_project_issues` — List issues for a specific project, with optional filtering.
- `get_event_details` — Get details for a specific event within a project.

```bash
# Get full input/output schema for a tool
npx -y @smithery/cli@latest tool get zereight/sentry-mcp <tool-name>
```

---

Source: https://github.com/zereight/sentry-mcp
