Rollbar MCP Server

MIT License
256
2

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
ROLLBAR_PROJECT_IDNoDefault project ID (used when not specified in requests) - Optional
ROLLBAR_PROJECT_NAMENoDefault project name for reference - Optional
ROLLBAR_ACCOUNT_TOKENNoRollbar Account Access Token - Required for APIs to access account-wide project and user information
ROLLBAR_PROJECT_TOKENNoRollbar Project Access Token - Required for APIs to retrieve project error and deployment information

Schema

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

Tools

Functions exposed to the LLM to take actions

NameDescription
rollbar_list_items

List items (errors) from Rollbar

rollbar_get_item

Get a specific item (error) from Rollbar using the internal item ID maintained by Rollbar's system.

rollbar_get_item_by_occurrence_uuid

Get a specific item (error) from Rollbar using an occurrence UUID. The UUID must be from an occurrence that belongs to the item.

rollbar_get_item_by_counter

Get a specific item by project counter from Rollbar. The counter is the visible ID that appears in the Rollbar UI.

rollbar_list_occurrences

List occurrences of errors from Rollbar

rollbar_get_occurrence

Get a specific occurrence of an error from Rollbar

rollbar_list_projects

List projects from Rollbar

rollbar_get_project

Get a specific project from Rollbar

rollbar_list_environments

List environments from Rollbar

rollbar_list_users

List users from Rollbar

rollbar_get_user

Get a specific user from Rollbar

rollbar_list_deploys

List deploys from Rollbar

rollbar_get_deploy

Get a specific deploy from Rollbar

ID: k09wpsf1st