R

Rollbar

Provides a bridge to Rollbar error tracking platform for monitoring and analyzing application errors...

112 views
0 installs
Updated Sep 9, 2025
Not audited
Provides a bridge to Rollbar error tracking platform for monitoring and analyzing application errors, retrieving detailed information, managing projects, and tracking deployments.
  1. Log in to Rollbar

  2. Obtain a Project Access Token

    • In the Rollbar interface, navigate to the project you want to integrate.
    • Open Settings for that project.
    • Click on Project Access Tokens.
    • Click “Create New Token”, set the scope to Read, and copy your new project access token.
    • This value will be used for ROLLBAR_PROJECT_TOKEN.
  3. Obtain an Account Access Token (Optional, but recommended)

    • In Rollbar, access your account’s global Settings.
    • Go to Account Access Tokens.
    • Click “Create New Token”, set the scope to Read, and copy your new account access token.
    • This value will be used for ROLLBAR_ACCOUNT_TOKEN.
  4. (Optional) Get Your Project ID and Project Name

    • While viewing your project in Rollbar, the project ID appears in the project’s URL and on the project dashboard (e.g., https://rollbar.com/{account}/{project}/ — the number at the end is the project ID).
    • The project name is the label/name you see in Rollbar.
  5. Add Your Values in FastMCP

    • Click the Install Now button to add the Rollbar integration.
    • In the FastMCP connection interface, fill in:
      • ROLLBAR_PROJECT_TOKEN with your copied project access token.
      • ROLLBAR_ACCOUNT_TOKEN with your copied account access token (if used).
      • ROLLBAR_PROJECT_ID with your project’s ID (optional).
      • ROLLBAR_PROJECT_NAME with your project’s name (optional).
  6. Save and Complete Setup

    • Finish the connection setup as guided by the FastMCP interface.

Note: For full functionality, it’s recommended to fill in both the project and account tokens. For read-only access to a specific project’s errors, only the project token is required.

Quick Start

View on GitHub

More for Monitoring

View All →

More for Developer Tools

View All →

Report Issue

Thank you! Your issue report has been submitted successfully.