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.
7 functions 7 read 0 write Bearer token auth
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.
Machine-Readable Metadata
- integration_slug
rollbar- route_slug
rollbar- package
rollbar- auth_strategy
bearer_tokenBearer token- cli_setup_supported
true- cli_runtime_supported
true- mcp_gateway_supported
true- lua_supported
true- supports_multi_account
true
Quick Links
Lua APIAgent-facing namespace and function reference. Rollbar CLIHeadless setup and direct function calls. Rollbar MCPMCP gateway setup for external clients. Submit feedbackReport missing tools, auth problems, wrong docs, or runtime issues. ContributeAdd tools or improve metadata in the integrations repo.
Rollbar MCP Client Matrix
Use these pages when a specific agent client or framework needs copy-pasteable MCP setup for Rollbar.
Claude Code Rollbar MCP setup for Claude Code. Cursor Rollbar MCP setup for Cursor. Codex Rollbar MCP setup for Codex. OpenAI Agents Rollbar MCP setup for OpenAI Agents SDK. Claude Agent SDK Rollbar MCP setup for Claude Agent SDK. Vercel AI SDK Rollbar MCP setup for Vercel AI SDK. LangChain Rollbar MCP setup for LangChain. LangGraph Rollbar MCP setup for LangGraph. CrewAI Rollbar MCP setup for CrewAI. MCP clients Rollbar MCP setup for Generic MCP Clients.
Rollbar CLI Matrix
Use these pages for direct Rollbar CLI workflows in scripts, CI, cron, and agent wrappers.
CI Rollbar CLI for CI. Cron Jobs Rollbar CLI for cron jobs. Shell Scripts Rollbar CLI for shell scripts. Headless Automation Rollbar CLI for headless automation. Coding Agents Rollbar CLI for coding agents.
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. |