Airbroke
by icoretech
Lightweight, PostgreSQL-based open source error catcher compatible with Airbrake and Sentry.
What it does
Airbroke is an open-source error monitoring and crash reporting system. It provides a lightweight alternative to Sentry and Airbrake, utilizing a PostgreSQL backend to collect, store, and analyze application errors. It is designed for developers who want full control over their error telemetry without the complexity of heavy enterprise suites.
Tools
- Error Retrieval: Fetch and filter crash reports and exceptions from the database.
- Event Analysis: Analyze stack traces and environment metadata associated with specific errors.
- Monitoring Interface: Integrate error tracking directly into AI agents to diagnose production issues.
Installation
Add the following to your claude_desktop_config.json:
{
"mcpServers": {
"airbroke": {
"command": "npx",
"args": ["-y", "airbroke"]
}
}
}
Supported hosts
Confirmed support for Claude Desktop.
Quick install
npm install airbrokeInformation
- Pricing
- free
- Published
- 4/13/2026
- stars






