MCP Rollbar Server provides a bridge to the Rollbar error tracking platform, enabling AI assistants to monitor and analyze application errors. Developed by hiyorineko, this TypeScript implementation supports retrieving error items with filtering options, accessing detailed error information, viewing error occurrences, managing projects and environments, tracking deployments, and listing users. The server requires Rollbar API tokens (project and/or account level) and can be deployed via npm, locally, or with Docker, making it particularly valuable for developers who need to troubleshoot application issues, monitor error trends, or track deployment impacts through AI assistants.
List items (errors) from Rollbar. Optional parameters include: status (string), level (string), environment (string), limit (number), and page (number). Returns a list of error items with details.
Get a specific item (error) from Rollbar using the internal item ID. Input: id (number). Returns detailed information about the error item.
Get a specific item by project counter from Rollbar. Input: counter (number). Returns detailed information about the error item identified by its project counter.
List occurrences of errors from Rollbar. Optional parameters include: itemId (number), limit (number), and page (number). Returns a list of error occurrences with detailed information.
Get a specific occurrence of an error from Rollbar. Input: id (string). Returns detailed information about the specific error occurrence.
List projects from Rollbar. Input: None. Returns a list of projects with their IDs, names, and statuses.
Get a specific project from Rollbar. Input: id (number). Returns detailed information about the specific project.
List environments from Rollbar. Input: projectId (number). Returns a list of environments for the specified project.
List users from Rollbar. Input: None. Returns a list of users with their IDs, usernames, emails, and access levels.
Get a specific user from Rollbar. Input: id (number). Returns detailed information about the specific user.
List deploys from Rollbar. Optional parameters include: projectId (number), environment (string), limit (number), and page (number). Returns a list of deploys for the specified project and environment.
Get a specific deploy from Rollbar. Input: deployId (number). Returns detailed information about the specific deployment.
No reviews yet. Be the first to review!
Sign in to join the conversation
Our bundler currently only supports TypeScript-based servers. Check back soon!