Provides a bridge to Rollbar error tracking platform for monitoring and analyzing application errors, retrieving detailed information, managing projects, and tracking deployments.
Log in to Rollbar
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
.
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
.
(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.
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).
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.