airbroke
by icoretech·★ 215·Score 49
Airbroke is a PostgreSQL-based error tracking service with MCP API integration for LLM/agent connections.
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:
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 READMEairbroke_list_projectsLists all projects, with optional offset and limit for pagination
airbroke_get_projectRetrieves details for a specific project
airbroke_list_noticesLists notices (errors) with optional offset and limit
airbroke_list_occurrencesLists occurrences of specific notices with pagination support
airbroke_get_noticeRetrieves detailed information about a specific notice
airbroke_searchSearches through notices and occurrences
airbroke_get_occurrenceRetrieves detailed information about a specific occurrence
airbroke_get_setup_guideProvides setup instructions for Airbroke
Comparable tools
Installation
Install via Docker (recommended):
docker run -p 3000:3000 icoretech/airbroke:latestOr build from source:
cp .env.dist .env
# Edit .env with your settings
yarn install
yarn build
yarn startTo 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.
- Story by masterkain · 2023-05-22
Compare airbroke with
Last updated · Auto-generated from public README + GitHub signals.