Back to Home
honeybadger-io icon

honeybadger-mcp-server

Verified Safe

by honeybadger-io

Overview

Provides structured access to the Honeybadger API through the Model Context Protocol (MCP) for integration with LLM agents and MCP clients.

Installation

Run Command
docker run -i --rm -e HONEYBADGER_PERSONAL_AUTH_TOKEN="your personal auth token" ghcr.io/honeybadger-io/honeybadger-mcp-server:latest

Environment Variables

  • HONEYBADGER_PERSONAL_AUTH_TOKEN

Security Notes

The server is implemented in Go, which benefits from compile-time safety and reduces certain vulnerabilities common in scripting languages. It operates using STDIO, significantly limiting its direct network attack surface. A critical security feature is its default read-only mode, which prevents destructive API operations (like deleting projects) unless explicitly disabled, enhancing safety against accidental or malicious actions. Authentication relies on an API token passed via environment variables, command-line flags, or a configuration file, avoiding hardcoded secrets. All communication with the Honeybadger API is expected to occur over HTTPS. No 'eval' or similar dynamic code execution patterns, obfuscation, or other malicious patterns were identified within the provided source code.

Similar Servers

Stats

Interest Score34
Security Score9
Cost ClassMedium
Avg Tokens350
Stars17
Forks2
Last Update2026-01-05

Tags

HoneybadgerMCPAPI IntegrationError MonitoringGo