Skip to main content
Glama
vishalzambre

Honeybadger MCP Server

by vishalzambre

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
HONEYBADGER_API_KEYYesYour Honeybadger API key (required)
HONEYBADGER_BASE_URLNoCustom Honeybadger URL (optional, defaults to https://app.honeybadger.io)https://app.honeybadger.io
HONEYBADGER_PROJECT_IDNoDefault project ID (optional, can be overridden per request)

Instructions

Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.

This server publishes no instructions, or was last inspected before Glama recorded them.

Capabilities

Server capabilities have not been inspected yet.

Tools

Functions exposed to the LLM to take actions

NameDescription
get_honeybadger_faultB

Fetch a specific fault/error from Honeybadger by ID

get_honeybadger_noticesB

Fetch notices (occurrences) for a specific fault

list_honeybadger_faultsC

List recent faults from Honeybadger

analyze_honeybadger_issueB

Comprehensive analysis of a Honeybadger issue with fix suggestions

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

A3.5/5.0

Scored across 4 tools

Disambiguation5/5

Each tool has a clearly distinct purpose with no overlap: analyze_honeybadger_issue provides analysis and fix suggestions, get_honeybadger_fault retrieves a specific fault by ID, get_honeybadger_notices fetches occurrences for a fault, and list_honeybadger_faults lists recent faults. The descriptions make it easy to distinguish between analyzing, fetching specific items, fetching related data, and listing collections.

Naming Consistency5/5

All tool names follow a consistent verb_noun pattern with snake_case: analyze_honeybadger_issue, get_honeybadger_fault, get_honeybadger_notices, and list_honeybadger_faults. The naming is predictable and readable, using clear verbs like 'analyze', 'get', and 'list' paired with specific nouns.

Tool Count4/5

With 4 tools, the count is reasonable for a Honeybadger server, covering core operations like listing, fetching, and analyzing faults. It's slightly on the minimal side but well-scoped for basic error monitoring tasks, though additional tools for actions like creating or updating issues might be expected in a more comprehensive set.

Completeness4/5

The tool set covers key read operations for Honeybadger: listing faults, fetching specific faults and their notices, and analyzing issues. However, it lacks write operations (e.g., creating, updating, or resolving faults) and broader management features, which are minor gaps that agents might need to work around for full lifecycle coverage.

Maintenance

ActivityInactive
ResponsivenessNo issues