Skip to main content
Glama
rollbar

Rollbar MCP Server

Official
by rollbar

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
ROLLBAR_API_BASENoOverride the Rollbar API base URL (defaults to `https://api.rollbar.com/api/1`). Use this when running against a staging or development Rollbar deployment.https://api.rollbar.com/api/1
ROLLBAR_ACCESS_TOKENYesAn access token for your Rollbar project with `read` and/or `write` scope

Instructions

Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.

This server publishes no instructions, or was last inspected before Glama recorded them.

Capabilities

Features and capabilities supported by this server

Protocol revision2025-11-25

CapabilityDetails
tools
{
  "listChanged": true
}
resources
{
  "listChanged": true
}

Tools

Functions exposed to the LLM to take actions

NameDescription
get-item-detailsC

Get item details for a Rollbar item

get-deploymentsC

Get deployments data from Rollbar

get-versionC

Get version details for a Rollbar project

get-top-itemsC

Get list of top items in the Rollbar project

list-itemsC

List all items in the Rollbar project with optional search and filtering

update-itemC

Update an item in Rollbar (status, level, title, assignment, etc.)

get-replayC

Get replay data for a specific session replay in Rollbar

list-projectsB

List configured Rollbar projects available to this MCP server

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

B3.2/5.0

Scored across 8 tools

Disambiguation5/5

Each tool has a clearly distinct purpose targeting specific Rollbar resources and actions, such as get-deployments for deployments, list-items for items, and update-item for modifications. There is no overlap in functionality, making it easy for an agent to select the correct tool without confusion.

Naming Consistency5/5

All tool names follow a consistent verb_noun pattern with hyphens, such as get-deployments, list-items, and update-item. This uniformity enhances readability and predictability, allowing agents to easily understand and navigate the toolset.

Tool Count5/5

With 8 tools, the server is well-scoped for error monitoring and management in Rollbar, covering key operations like listing, getting, and updating items, deployments, and projects. Each tool serves a specific purpose without redundancy, making the count appropriate for the domain.

Completeness4/5

The toolset provides comprehensive coverage for core Rollbar workflows, including CRUD-like operations for items and basic project and deployment management. A minor gap exists in missing tools for creating or deleting items or projects, but agents can still perform essential monitoring and update tasks effectively.

Maintenance

ActivityMaintained
ResponsivenessUnresponsive