Honeybadger (Error Tracking)

Honeybadger (Error Tracking) MCP Connector for Claude

A+

Monitor app exceptions and uptime via Honeybadger — list projects, resolve faults, and track deployments.

10 tools Official Updated Jun 28, 2026 Official Vinkius Partner

Connect your Honeybadger account to any AI agent and take full control of your exception monitoring and application health through natural conversation.

What you can do

  • Project Management — List all monitored projects and extract high-level details including API keys, languages, and unresolved fault counts directly from your agent
  • Fault Analysis — Query fault groups (error aggregates) to understand class names, messages, and environment distributions across your infrastructure
  • Resolution Workflow — Mark faults as resolved or ignore them to maintain a clean error dashboard and ensure your team stays focused on critical issues
  • Notice Inspection — Deep-dive into individual error occurrences (notices) to retrieve backtraces, request data, session context, and server environments
  • Uptime & Deployment — Monitor site availability and track recent deployment revisions to identify if a specific code change triggered new regressions
  • Team Audit — List registered team members and their roles to understand notification distribution and ownership for specific projects

How it works

  1. Subscribe to this server
  2. Enter your Honeybadger Personal Auth Token
  3. Start monitoring your application health from Claude, Cursor, or any MCP-compatible client

Who is this for?

  • Software Developers — debug exceptions and inspect backtraces through natural conversation without leaving your IDE or switching to the browser
  • SREs & DevOps — monitor global uptime sites and track deployment histories to ensure infrastructure stability and code quality
  • Engineering Leads — audit unresolved fault counts and team assignments to optimize bug-fixing workflows and incident response
error-trackinguptime-monitoringexception-handlingapplication-healthcron-monitoring

10 tools expose this connector's capabilities to your AI agent.

list_projects

Returns project names, IDs, tokens, language, environments, and fault/notice counts. List all projects in Honeybadger

get_project

Get full details of a Honeybadger project

list_faults

Returns class names, messages, environments, occurrence counts, and first/last noticed dates. List faults (error groups) for a Honeybadger project

get_fault

Get full details of a Honeybadger fault

resolve_fault

Irreversible matrix state change. Resolve a Honeybadger fault

list_notices

List notices (individual error occurrences) for a Honeybadger fault

get_notice

Get full details of a Honeybadger notice

list_sites

List uptime monitoring sites in a Honeybadger project

list_members

List team members on a Honeybadger project

list_deployments

List recent deployments registered in a Honeybadger project

See how to talk to your AI agent using Honeybadger (Error Tracking).

List all unresolved faults in my 'production-backend' project

I've found 3 unresolved faults in 'production-backend': 'NoMethodError: undefined method [] for nil:NilClass', 'Timeout::Error', and 'ActiveRecord::RecordNotFound'. Which one would you like to inspect?

Show me the details for fault ID 123456

Fault ID 123456 ('NoMethodError'): First seen 2 days ago, occurred 45 times in 'production'. Last noticed today at 10:30 AM. It's currently unassigned. Would you like to see the last notice details or the backtrace?

List recent deployments for project ID 9876

I've listed the 3 most recent deployments for project 9876: Revision 'a1b2c3d' by Alex (production, 2 hours ago), Revision 'e5f6g7h' by Sarah (staging, yesterday), and Revision 'i9j0k1l' by Alex (production, 3 days ago).

Yes. Use the `get_notice` tool with a specific Notice ID to retrieve the full backtrace and request data. This allows your agent to help you identify the exact line of code causing the exception.

Related Connectors