KosmoKrator

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_token Bearer token
cli_setup_supported
true
cli_runtime_supported
true
mcp_gateway_supported
true
lua_supported
true
supports_multi_account
true

Quick Links

Rollbar MCP Client Matrix

Use these pages when a specific agent client or framework needs copy-pasteable MCP setup for Rollbar.

Rollbar CLI Matrix

Use these pages for direct Rollbar CLI workflows in scripts, CI, cron, and agent wrappers.

Function Catalog

FunctionTypeParametersDescription
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.