By ricardo-lobo
Interact with Sentry self-hosted instances for error monitoring, issue management, and debugging
npx claudepluginhub ricardo-lobo/claude-codeFind a Sentry issue by event ID
Get detailed information about a specific Sentry issue
List recent Sentry issues with optional filters
Resolve, unresolve, or ignore a Sentry issue
Show Sentry plugin configuration instructions
Get error statistics for a Sentry project
Skills for using the Sentry CLI to interact with Sentry from the command line
Use when the user asks to inspect Sentry issues or events, summarize recent production errors, or pull basic Sentry health data via the Sentry API; perform read-only queries with the bundled script and require `SENTRY_AUTH_TOKEN`. Originally from OpenAI's curated skills catalog.
Sentry Plugin for Claude Code to help with debugging including MCP, commands, and skill capabilities.
Monitor and debug production errors by integrating Sentry error tracking and performance monitoring into AI workflows.
Claude Code skill pack for Sentry (30 skills)
Integration with Sentry for error tracking and automated issue resolution in Claude Code workflows.
Admin access level
Server config contains admin-level keywords
Share bugs, ideas, or general feedback.
A collection of Claude Code plugins by Ricardo Lobo.
| Plugin | Description |
|---|---|
| skills | Reusable agent skills (smart-commit, ralph-wizard) |
| sentry-mcp | Interact with Sentry for error monitoring and debugging |
Reusable agent skills for common workflows.
/plugin install skills@ricardo-lobo
| Skill | Description |
|---|---|
smart-commit | Smart commits with security review, documentation awareness, and conventional commit format |
ralph-wizard | Guided prompt creation for Ralph loops - asks questions to gather specs, requirements, and completion criteria |
Skills are automatically invoked when relevant. You can also invoke them directly by name.
A plugin for Sentry self-hosted instances. Query issues, manage errors, and debug with Sentry context directly from Claude Code.
{SENTRY_URL}/settings/account/api/auth-tokens/project:read - List projects and read project settingsevent:read - Read issues and eventsevent:write - Update issue status (resolve/ignore)Create a .env file in your project root:
# Required
SENTRY_URL=https://sentry.your-company.com
SENTRY_AUTH_TOKEN=sntrys_eyJ...
SENTRY_ORG=my-org
# Optional - default project for commands
SENTRY_PROJECT=frontend
| Variable | Required | Description |
|---|---|---|
SENTRY_URL | Yes | Your Sentry instance URL |
SENTRY_AUTH_TOKEN | Yes | API token with required scopes |
SENTRY_ORG | Yes | Organization slug |
SENTRY_PROJECT | No | Default project for commands |
Note: Bun automatically loads
.envfiles. Add.envto your.gitignore.
/plugin marketplace add ricardo-lobo/claude-code
/plugin install sentry-mcp@ricardo-lobo
# Clone the repository
git clone https://github.com/ricardo-lobo/claude-code.git ~/.claude/plugins/claude-code
# Install dependencies
cd ~/.claude/plugins/claude-code/sentry && bun install
Then use with:
claude --plugin-dir ~/.claude/plugins/claude-code/sentry
Set up your .env file with the required variables (see above)
List recent issues:
/sentry:issues
Get issue details:
/sentry:issue FRONTEND-123
| Command | Description |
|---|---|
/sentry:setup | Show environment variable configuration instructions |
/sentry:issues [project] [--status ...] | List recent issues with filters |
/sentry:issue <id> | Get detailed issue information |
/sentry:resolve <id> [--unresolve|--ignore] | Update issue status |
/sentry:find-event <event-id> | Find issue by event ID |
/sentry:stats [project] | Get project error statistics |
The plugin exposes these tools for programmatic access:
| Tool | Purpose |
|---|---|
list_projects | List all projects in an organization |
list_issues | List issues with filters (project, status, query) |
get_issue | Get detailed issue info (stack trace, tags, users) |
list_issue_events | Get individual error occurrences |
update_issue_status | Resolve, unresolve, or ignore issues |
get_project_stats | Get error rates and top issues |
Ask Claude naturally:
cd sentry
bun install # Install dependencies
bun test # Run tests (36 tests)
bun run start # Run MCP server standalone
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge.
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge.
Sign in to claim