MCP Catalogs
Homeairbroke screenshot

airbroke

by icoretech·215·Score 49

Airbroke is a PostgreSQL-based error tracking service with MCP API integration for LLM/agent connections.

developer-toolsmonitoringai-llm
14
Forks
3
Open issues
this month
Last commit
2d ago
Indexed

Overview

Airbroke is an open-source error tracking service that provides Airbrake/Sentry-compatible endpoints with a modern React-based frontend. It features a PostgreSQL database backend, supports multiple OAuth providers for authentication, and includes an MCP API for LLM/agent integrations. The service offers error occurrence charts, bookmark management, and the ability to replay HTTP exceptions. It's designed with simplicity at its core while maintaining a small database footprint even under heavy data ingestion.

Try asking AI

After installing, here are 3 things you can ask your AI assistant:

you:Replace commercial error tracking services like Sentry or Airbrake with a self-hosted solution
you:Integrate error reporting with AI systems through the MCP API for automated issue analysis
you:Manage application errors across multiple projects with OAuth authentication and role-based access

When to choose this

Choose Airbroke if you're already using PostgreSQL and want AI-powered error analysis without vendor lock-in.

When NOT to choose this

Avoid Airbroke if you need advanced analytics features not available in a lightweight solution or if you prefer managed cloud services over self-hosting.

Tools this server exposes

8 tools extracted from the README
  • airbroke_list_projects

    Lists all projects, with optional offset and limit for pagination

  • airbroke_get_project

    Retrieves details for a specific project

  • airbroke_list_notices

    Lists notices (errors) with optional offset and limit

  • airbroke_list_occurrences

    Lists occurrences of specific notices with pagination support

  • airbroke_get_notice

    Retrieves detailed information about a specific notice

  • airbroke_search

    Searches through notices and occurrences

  • airbroke_get_occurrence

    Retrieves detailed information about a specific occurrence

  • airbroke_get_setup_guide

    Provides setup instructions for Airbroke

Comparable tools

sentryairbrakerollbar

Installation

Install via Docker (recommended):

docker run -p 3000:3000 icoretech/airbroke:latest

Or build from source:

cp .env.dist .env
# Edit .env with your settings
yarn install
yarn build
yarn start

To use with Claude Desktop, add to your config.json:

{
  "mcpServers": {
    "airbroke": {
      "command": "docker",
      "args": ["run", "-p", "3000:3000", "icoretech/airbroke:latest"]
    }
  }
}

On Hacker News

Recent discussion from the developer community.

Compare airbroke with

GitHub →

Last updated · Auto-generated from public README + GitHub signals.