Skip to main content
Support & Service ManagementTypeScript

Berckan/bugherd-mcp

MCP server for BugHerd bug tracking. List projects, view tasks with filtering by status/priority/tags, get task details, and read comments.

support-service-managementcloud-service
Share:

Quick Start

Clone the repository:

git clone https://github.com/Berckan/bugherd-mcp

Claude Desktop configuration example:

{
  "mcpServers": {
    "bugherd-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "Berckan/bugherd-mcp"
      ]
    }
  }
}

Check the repository README for specific installation and configuration instructions.

Details

Category
Support & Service Management
Language
TypeScript
Author
Berckan