productivity
Rollbar MCP, CLI, and Lua Integration for AI Agents
Rollbar integration docs for AI agents: MCP gateway setup, Rollbar CLI commands, Lua API reference, credentials, and function schemas.Rollbar for agents
Credentials can be configured manually in web or CLI hosts.
Use this integration from Lua code mode, the headless integrations CLI, or the KosmoKrator MCP gateway. The same package metadata powers all three surfaces.
Agent Surfaces
Machine-Readable Metadata
Function Catalog
| Function | Type | Parameters | Description |
|---|---|---|---|
rollbar.rollbar_list_projects | Read read | 2 | List all projects in your Rollbar account. Returns project IDs, names, and status information. |
rollbar.rollbar_get_project | Read read | 1 | Get details for a specific Rollbar project by its ID. |
rollbar.rollbar_list_items | Read read | 6 | List error items in Rollbar with optional filters for project, level, status, and environment. |
rollbar.rollbar_get_item | Read read | 1 | Get details for a specific Rollbar error item by its ID. |
rollbar.rollbar_list_deploys | Read read | 3 | List recent deploys across your Rollbar account, optionally filtered by environment. |
rollbar.rollbar_list_teams | Read read | 2 | List all teams in your Rollbar account. |
rollbar.rollbar_get_current_user | Read read | 0 | Get details about the currently authenticated Rollbar user. |