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.
Quick Start
Clone the repository:
git clone https://github.com/Berckan/bugherd-mcpClaude Desktop configuration example:
{
"mcpServers": {
"bugherd-mcp": {
"command": "npx",
"args": [
"-y",
"Berckan/bugherd-mcp"
]
}
}
}Check the repository README for specific installation and configuration instructions.