Back to Apps

Honeybadger MCP
by honeybadger-io
Official MCP server for Honeybadger, providing structured access to error monitoring and project insights.
0 stars
Works in:CursorWindsurfzedVS Code Copilot
Exposes:Tools
What it does
This server connects AI assistants directly to Honeybadger, allowing them to list projects, retrieve fault details, analyze error occurrence counts, and query project insights using BadgerQL.
Tools
list_projects: List all Honeybadger projects.get_project: Retrieve detailed information for a specific project.list_faults: Get a list of faults for a project with filtering.get_fault: Get detailed information for a specific fault.query_insights: Execute BadgerQL queries against Honeybadger Insights data.create_project: Create a new project (requires read-only=false).
Installation
Using Docker:
{
"mcpServers": {
"honeybadger": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"-e",
"HONEYBADGER_PERSONAL_AUTH_TOKEN",
"ghcr.io/honeybadger-io/honeybadger-mcp-server"
],
"env": {
"HONEYBADGER_PERSONAL_AUTH_TOKEN": "your_token"
}
}
}
}
Supported hosts
- claude
- cursor
- windsurf
- zed
- vscode-copilot
Quick install
docker pull ghcr.io/honeybadger-io/honeybadger-mcp-server:latestInformation
- Pricing
- freemium
- Published
- 5/23/2026
- stars
- 0
Categories
Choose your AI client and follow the steps below.
zed
Add to settings.json under context_servers using the docker run command.Cursor
Add to ~/.cursor/mcp.json using the docker run command.Windsurf
Add to ~/.codeium/windsurf/mcp_config.json using the docker run command.Claude Desktop
Configure in claude_desktop_config.json using the docker run command provided in the README.VS Code Copilot
Add to user settings or .vscode/mcp.json






