BugHerd MCP Server
Note: This is an unofficial, community-maintained, open-source (MIT) BugHerd MCP server. It runs locally, your data never leaves your machine. For BugHerd's official closed-source hosted server, see macropodhq/bugherd-mcp.
An MCP (Model Context Protocol) server that integrates BugHerd bug tracking with AI assistants.
Features
Complete BugHerd API v2 coverage with 38 tools across all resource types:
- Organization - Get account details
- Users - List members, guests, user tasks and projects
- Projects - CRUD operations, manage members and guests
- Tasks - Full task management including feedback, archived, and taskboard views
- Columns - Custom Kanban board management
- Comments - Read and create comments
- Attachments - Manage file attachments
- Webhooks - Configure event notifications
Installation
Prerequisites
- Node.js 18+ or Bun
- A BugHerd account with API access
- BugHerd API key (get it from Settings > General Settings)
Setup
- Clone the repository:
git clone https://github.com/berckan/bugherd-mcp.git
cd bugherd-mcp





