Rollbar
JSON →Access Rollbar project data for error monitoring and debugging.
Tools · 8
- list-projects List configured Rollbar projects (names and apiBase only; tokens are never returned). Use this when multiple projects are configured to see which project names you can pass to other tools.
- get-item-details Given an item number, fetch the item details and last occurrence details. Supports an optional max_tokens parameter (default: 20000) to automatically truncate large occurrence responses. Optional project selects which configured project to use when multiple are defined.
- get-deployments List deploy data for the given project. Optional project when multiple projects are configured.
- get-version Fetch version details for the given version string and environment. Optional project when multiple projects are configured.
- get-top-items Fetch the top items in the last 24 hours for the given environment. Optional project when multiple projects are configured.
- list-items List items filtered by status, environment, and search query. Optional project when multiple projects are configured.
- get-replay Retrieve session replay metadata and payload for a specific session. By default the tool writes the replay JSON to a temporary file (under your system temp directory) and returns the path. Set delivery="resource" to receive a rollbar://replay/<environment>/<sessionId>/<replayId> link for MCP-aware clients. Optional project when multiple projects are configured. delivery="resource" is only supported in single-project mode; when multiple projects are configured, use delivery="file" with a project parameter instead.
- update-item Update an item's properties including status, level, title, assignment, and more. Optional project when multiple projects are configured. (Requires write scope)
Environment variables
ROLLBAR_ACCESS_TOKEN
Links
★ 27 GitHub stars