---
title: "rollbar-triage"
description: "Analyze, classify, and prioritize Rollbar errors using the Rollbar MCP server."
canonical: https://agentpluginsdirectory.com/plugins/rollbar-triage
last-updated: 2026-09-26
---

# rollbar-triage
Analyze, classify, and prioritize Rollbar errors using the Rollbar MCP server.
- Slug: rollbar-triage
- Publisher: jgtomas
- Repository: https://github.com/jgtomas/agents_plugins
- Manifest: plugins/rollbar-triage/plugin.json
- Version: 1.0.2
- Category (editorial): devops-cloud
- Skills: 3 (rollbar-analyzer, rollbar-classifier, rollbar-urgency-assessor)
- MCP servers: 1 (rollbar)
- Stars: 0
- Repository created: 2026-08-11
- Repository last pushed: 2026-09-09
- Publisher type: User
- Listing: https://agentpluginsdirectory.com/plugins/rollbar-triage
- Schema: https://agent-plugins.org/schemas/1.0.0/plugin.schema.json

## What rollbar-triage does, in the publisher's words

Rollbar Triage is an Agent Plugin for investigating Rollbar errors. It uses Rollbar's MCP server and provides three focused skills:

- rollbar-analyzer: investigate an error, correlate it with deployments and related failures, and recommend remediation.
- rollbar-classifier: classify an error as a third-party API issue, in-house API issue, bug, or noise, with evidence and confidence.
- rollbar-urgency-assessor: assess urgency as HIGH, MEDIUM, or LOW and determine notification timing from impact and frequency.

The plugin launches Rollbar's MCP server through:

The portable configuration is in mcp.json. The Codex adapter configuration is in.mcp.json.

From the project README, punctuation lightly normalized. Full text: https://raw.githubusercontent.com/jgtomas/agents_plugins/HEAD/plugins/rollbar-triage/README.md

## Skills

- rollbar-analyzer: Analyze Rollbar error items, diagnose likely root causes, correlate failures with deployments and related errors, and recommend actionable remediation. Use when asked to investigate or analyze a Rollbar item.
- rollbar-classifier: Classify a Rollbar error as THIRD-PARTY API ISSUE, IN-HOUSE API ISSUE, BUG, or NOISE with a confidence level and evidence. Use when asked to classify, categorize, or triage a Rollbar item.
- rollbar-urgency-assessor: Assess Rollbar item urgency as HIGH, MEDIUM, or LOW and determine notification timing from environment, frequency, customer impact, workflow impact, and business impact. Use when asked to prioritize or assess urgency of a Rollbar item.

Descriptions come from the frontmatter of each SKILL.md, punctuation lightly normalized.

## MCP servers

- rollbar: transport: stdio; command: npx -y @rollbar/mcp-server@latest

Read from the plugin's own mcp.json. Environment variable names only, never values.
