Skip to main content
Glama
hiyorineko

Rollbar MCP Server

by hiyorineko

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

Capabilities

Server capabilities have not been inspected yet.

Tools

Functions exposed to the LLM to take actions

NameDescription
rollbar_list_itemsC

List items (errors) from Rollbar

rollbar_get_itemB

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

rollbar_get_item_by_occurrence_uuidA

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_counterA

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

rollbar_list_occurrencesC

List occurrences of errors from Rollbar

rollbar_get_occurrenceC

Get a specific occurrence of an error from Rollbar

rollbar_list_projectsB

List projects from Rollbar

rollbar_get_projectC

Get a specific project from Rollbar

rollbar_list_environmentsC

List environments from Rollbar

rollbar_list_usersB

List users from Rollbar

rollbar_get_userC

Get a specific user from Rollbar

rollbar_list_deploysC

List deploys from Rollbar

rollbar_get_deployC

Get a specific deploy from Rollbar

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/hiyorineko/mcp-rollbar-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server