mcp-rollbar-server
If you are the rightful owner of mcp-rollbar-server and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.
A dynamic MCP server implementation for Rollbar API integration, enabling LLMs to interact with Rollbar error tracking data.
The Rollbar MCP Server is a robust implementation designed to facilitate seamless integration with the Rollbar API, allowing Language Model Machines (LLMs) to interact with error tracking data. This server provides a comprehensive suite of features that enable users to list and filter error items, access detailed error information, view occurrences, and manage project and environment details. Additionally, it supports tracking deployments and managing users and teams. The server requires configuration through environment variables, specifically Rollbar project and account tokens, to access the necessary data. It is designed to work with various platforms, offering flexibility in deployment and usage. The server is particularly useful for developers and teams looking to enhance their error tracking and management capabilities using Rollbar's powerful API.
Features
- List and filter error items
- Get detailed error information
- View error occurrences
- Access project and environment details
- Track deployments
Tools
rollbar_list_items
List error items in Rollbar
rollbar_get_item
Get specific error items in Rollbar
rollbar_get_item_by_counter
Get specific error items in Rollbar via project counter
rollbar_list_occurrences
List the errors occur in Rollbar
rollbar_get_occurrence
Get a specific error occurrence in the Rollbar
rollbar_list_projects
List items in Rollbar
rollbar_get_project
Get specific items in Rollbar
rollbar_list_environments
List environments in Rollbar
rollbar_list_users
List users in Rollbar
rollbar_get_user
Get specific users in Rollbar
rollbar_list_deploys
List deployments in Rollbar
rollbar_get_deploy
Get specific deployments in Rollbar