Rollbar
Summary
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.
Available Actions(12)
rollbar_list_items
List items (errors) from Rollbar. Parameters: status (optional string), level (optional string), environment (optional string), limit (optional number), page (optional number)
rollbar_get_item
Get a specific item (error) from Rollbar using the internal item ID. Parameters: id (number)
rollbar_get_item_by_counter
Get a specific item by project counter from Rollbar. Parameters: counter (number)
rollbar_list_occurrences
List occurrences of errors from Rollbar. Parameters: itemId (optional number), limit (optional number), page (optional number)
rollbar_get_occurrence
Get a specific occurrence of an error from Rollbar. Parameters: id (string)
rollbar_list_projects
List projects from Rollbar. Parameters: None
rollbar_get_project
Get a specific project from Rollbar. Parameters: id (number)
rollbar_list_environments
List environments from Rollbar. Parameters: projectId (number)
rollbar_list_users
List users from Rollbar. Parameters: None
rollbar_get_user
Get a specific user from Rollbar. Parameters: id (number)
rollbar_list_deploys
List deploys from Rollbar. Parameters: projectId (number), environment (optional string), limit (optional number), page (optional number)
rollbar_get_deploy
Get a specific deploy from Rollbar. Parameters: deployId (number)
커뮤니티 리뷰
아직 리뷰가 없습니다. 첫 번째 리뷰를 작성해 보세요!
대화에 참여하려면 로그인하세요