BugHerd MCP Server
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@BugHerd MCP Serverlist my open tasks for the main project"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
BugHerd MCP Server
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-mcpInstall dependencies:
bun install
# or
npm installBuild the server:
bun run build
# or
npm run buildSet your API key:
export BUGHERD_API_KEY=your-api-key-hereConfiguration
CLI Configuration
Add to your MCP client config:
{
"mcpServers": {
"bugherd": {
"type": "stdio",
"command": "node",
"args": ["/path/to/bugherd-mcp/dist/index.js"],
"env": {
"BUGHERD_API_KEY": "your-api-key-here"
}
}
}
}Desktop Apps
Add to your MCP desktop app config:
{
"mcpServers": {
"bugherd": {
"command": "node",
"args": ["/path/to/bugherd-mcp/dist/index.js"],
"env": {
"BUGHERD_API_KEY": "your-api-key-here"
}
}
}
}Available Tools (37)
Organization
Tool | Description |
| Get organization/account details |
Users
Tool | Description |
| List all users (members + guests) |
| List only team members |
| List only guests/clients |
| Get tasks assigned to a user |
| Get projects for a user |
Projects
Tool | Description |
| List all projects |
| List only active projects |
| Get project details |
| Create a new project |
| Update project settings |
| ⚠️ Delete a project permanently |
| Add a member to a project |
| Add a guest to a project |
Tasks
Tool | Description |
| List tasks with filters (status, priority, tag) |
| List unprocessed feedback tasks |
| List archived tasks |
| List taskboard tasks |
| Get task details with metadata |
| Get task by global ID |
| Get task by local ID (#123) |
| Create a new task |
| Move tasks between projects |
| Update task status/priority/description/assignee |
Columns
Tool | Description |
| List project columns (Kanban statuses) |
| Get column details |
| Create a new column |
| Update column name/position |
Comments
Tool | Description |
| List comments on a task |
| Add a comment to a task |
Attachments
Tool | Description |
| List task attachments |
| Get attachment details |
| Create attachment from URL |
| ⚠️ Delete an attachment |
Webhooks
Tool | Description |
| List configured webhooks |
| Create a webhook |
| ⚠️ Delete a webhook |
Usage Examples
List projects and tasks
List my BugHerd projects
Show me all critical bugs in project 12345Create and manage tasks
Create a task in project 12345: "Fix the login button alignment"
Move task 678 from project 12345 to project 67890
Update task 678 status to "done"Work with comments
Show comments on task 678 in project 12345
Add a comment to task 678: "Fixed in latest deploy"Manage webhooks
List all webhooks
Create a webhook for task_create events pointing to https://example.com/webhookDevelopment
Run in development mode:
bun run devTest with MCP Inspector:
BUGHERD_API_KEY=xxx bun run inspectorBuild for production:
bun run buildAPI Rate Limits
BugHerd allows an average of 60 requests per minute with bursts of up to 10 in quick succession. The server handles rate limiting errors gracefully.
License
MIT
Author
Berckan Guerrero (hi@berck.io)
Contributing
Contributions are welcome! Please open an issue or submit a pull request.
Related
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Latest Blog Posts
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/Berckan/bugherd-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server