mcp-rollbar-server

mcp-rollbar-server

3.3

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

  1. rollbar_list_items

    List error items in Rollbar

  2. rollbar_get_item

    Get specific error items in Rollbar

  3. rollbar_get_item_by_counter

    Get specific error items in Rollbar via project counter

  4. rollbar_list_occurrences

    List the errors occur in Rollbar

  5. rollbar_get_occurrence

    Get a specific error occurrence in the Rollbar

  6. rollbar_list_projects

    List items in Rollbar

  7. rollbar_get_project

    Get specific items in Rollbar

  8. rollbar_list_environments

    List environments in Rollbar

  9. rollbar_list_users

    List users in Rollbar

  10. rollbar_get_user

    Get specific users in Rollbar

  11. rollbar_list_deploys

    List deployments in Rollbar

  12. rollbar_get_deploy

    Get specific deployments in Rollbar