KosmoKrator

productivity

Bugsnag MCP, CLI, and Lua Integration for AI Agents

Bugsnag integration docs for AI agents: MCP gateway setup, Bugsnag CLI commands, Lua API reference, credentials, and function schemas.

7 functions 7 read 0 write API token auth

Bugsnag 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
bugsnag
route_slug
bugsnag
package
bugsnag
auth_strategy
api_token API token
cli_setup_supported
true
cli_runtime_supported
true
mcp_gateway_supported
true
lua_supported
true
supports_multi_account
true

Quick Links

Bugsnag MCP Client Matrix

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

Bugsnag CLI Matrix

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

Function Catalog

FunctionTypeParametersDescription
bugsnag.bugsnag_list_projects Read read 3 List Bugsnag projects visible to the authenticated user. Returns project names and IDs that can be used with other tools.
bugsnag.bugsnag_get_project Read read 1 Get details for a single Bugsnag project, including its name, API key, type, and error counts.
bugsnag.bugsnag_list_errors Read read 6 List errors for a Bugsnag project. Supports filtering by severity and status, and sorting by various fields.
bugsnag.bugsnag_get_error Read read 1 Get details for a specific Bugsnag error, including its message, severity, context, and stack trace.
bugsnag.bugsnag_list_events Read read 4 List events (individual error occurrences) for a Bugsnag project. Optionally filter by a specific error.
bugsnag.bugsnag_list_collaborators Read read 3 List collaborators (team members) for a Bugsnag organization.
bugsnag.bugsnag_get_current_user Read read 0 Get the currently authenticated Bugsnag user, including name, email, and associated organizations.