# io.github.Berckan/bugherd-mcp (npm · bugherd-mcp)

BugHerd API v2 integration — 37 tools for projects, tasks, comments, and webhooks.

- Trust score: 68/100 (medium)
- Change this week: +22
- Registry status: active
- Liveness: live
- Owner verified: no
- Last scored: 2026-08-03

## Components

- npm · `bugherd-mcp`: 68/100 (this document), [markdown](https://verifymcp.io/servers/berckan-bugherd-mcp/bugherd-mcp.md), [page](https://verifymcp.io/servers/berckan-bugherd-mcp/bugherd-mcp)

## Channel facts

- Registry: `npm`
- Package: `bugherd-mcp`
- Version: `0.2.0`
- Transport: `stdio`

## Trust breakdown

How this component scores in each security and reliability category. Every signal is checked automatically from public evidence about the published package, including repeated runs of it in an isolated sandbox, and we only credit what we can confirm. Scores are 0–100 per category. Scoring method: https://verifymcp.io/docs/scoring (what has changed: https://verifymcp.io/docs/scoring/changelog)

Scored 2026-08-03.

- **Supply Chain Security**: 86/100
  - No malware found by supply-chain analysis.
  - Only part of the dependency tree could be resolved (94 of 98), so this covers what we could see, not the whole tree.
  - No install/post-install scripts declared.
  - Only part of the dependency tree could be resolved (94 of 98), so this covers what we could see, not the whole tree.
- **Provenance & Transparency**: 45/100
  - Source repository is publicly reachable at the declared URL.
  - Provenance check failed: no build-provenance attestation is published.
  - Clear OSI-approved license (MIT).
  - Actively maintained (last published 165 days ago).
  - Disclosure check failed: no security disclosure policy was found in the source repository.
- **Schema Quality & AI Usability**: 70/100
  - AI-judged instruction clarity (good).
  - Tool/resource definitions use about 1983 tokens (~53/item across 37 items; 37 tools + 0 resources), lean.
  - Usage-examples check failed: none of the tools include examples.
- **Stability & Change Management**: 27/100
  - Stability observed for 8 of 30 days with no destabilising changes; credit accrues until the full window elapses.
- **Tool Coverage**: 100/100
  - 100% of tools have a non-trivial description (not blank, and not just the tool's name).
  - 100% of tool parameters carry a description.
- **Capabilities**: 100/100
  - Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.

## Install

### Claude

```bash
claude mcp add berckan-bugherd-mcp -- npx -y bugherd-mcp
```

### Codex

```bash
codex mcp add berckan-bugherd-mcp -- npx -y bugherd-mcp
```

### opencode

```json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "berckan-bugherd-mcp": {
      "type": "local",
      "command": [
        "npx",
        "-y",
        "bugherd-mcp"
      ],
      "enabled": true
    }
  }
}
```

### OpenClaw

```bash
openclaw mcp add berckan-bugherd-mcp --command npx --arg -y --arg bugherd-mcp
```

### Hermes

```yaml
mcp_servers:
  berckan-bugherd-mcp:
    command: "npx"
    args: ["-y", "bugherd-mcp"]
```

### Other

```json
{
  "mcpServers": {
    "berckan-bugherd-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "bugherd-mcp"
      ]
    }
  }
}
```

## Changelog

Every change recorded for this component, newest first. Days that predate change tracking, or that we cannot explain, say so: "we were watching and nothing happened" and "we were not watching" are different claims.

### 2026-08-03 (score 68, +1)

No change was recorded against any check on this day. Stability & Change Management went from 23 to 27. That category is still filling its 30-day observation window: 7 days of observed history at the previous scan, 8 at this one. The score rises as the window fills, whether or not the server changes.

### 2026-08-02 (score 67, +41)

- [security regression] Provenance: unverified → fail
- [security improvement] Known CVEs: unverified → partial
- [security improvement] Install scripts: unverified → pass
- [security improvement] Malware scan: unverified → pass
- [functional improvement] Schema quality: unverified → good
- [functional improvement] Maintenance: unverified → pass
- [functional improvement] Dependency health: unverified → partial
- [functional improvement] Stability: unverified → 0.23
- [functional improvement] License: unverified → pass
- [functional] Licence: MIT

### 2026-08-01 (score 26, +21)

- [security] Stability: Stability not yet verified: not enough scan history yet (needs a 30-day window).
- [functional improvement] Tool coverage: unverified → 100
- [functional improvement] MCP protocol: unverified → pass

### 2026-07-31 (score 5, −41)

- [functional] We updated how we score, so this day's move reflects our rubric, not a change to the server

### 2026-07-30 (score 46, +22)

- [functional improvement] Tool coverage: unverified → 100

### 2026-07-28 (score 24, −22)

- [functional regression] Tool coverage: 100 → unverified
- [functional] First check of Schema quality: unverified

### 2026-07-27 (score 46)

First indexed and scored.

## MCP tools (37)

### `bugherd_get_organization` (~21 tokens)

Get organization/account details including name and timezone.

### `bugherd_list_users` (~23 tokens)

List all users (members + guests) in the organization.

### `bugherd_list_members` (~19 tokens)

List only team members in the organization.

### `bugherd_list_guests` (~21 tokens)

List only guests/clients in the organization.

### `bugherd_get_user_tasks` (~62 tokens)

Get tasks assigned to a specific user.

Input parameters:

- `page` (number): Page number for pagination
- `priority` (string): Filter by priority
- `status` (string): Filter by status
- `user_id` (number, required): The user ID

### `bugherd_get_user_projects` (~31 tokens)

Get projects accessible to a specific user.

Input parameters:

- `user_id` (number, required): The user ID

### `bugherd_list_projects` (~32 tokens)

List all BugHerd projects accessible to the authenticated user. Returns project names, URLs, and IDs.

### `bugherd_list_active_projects` (~17 tokens)

List only active projects.

### `bugherd_get_project` (~32 tokens)

Get details of a specific project.

Input parameters:

- `project_id` (number, required): The BugHerd project ID

### `bugherd_create_project` (~67 tokens)

Create a new BugHerd project.

Input parameters:

- `devurl` (string, required): Development URL for the project
- `is_active` (boolean): Whether the project is active
- `is_public` (boolean): Whether the project is public
- `name` (string, required): Project name

### `bugherd_update_project` (~77 tokens)

Update a project's settings.

Input parameters:

- `devurl` (string): New development URL
- `is_active` (boolean): Whether the project is active
- `is_public` (boolean): Whether the project is public
- `name` (string): New project name
- `project_id` (number, required): The BugHerd project ID

### `bugherd_delete_project` (~43 tokens)

⚠️ DESTRUCTIVE: Delete a project and all its tasks permanently.

Input parameters:

- `project_id` (number, required): The BugHerd project ID to delete

### `bugherd_add_member` (~48 tokens)

Add a team member to a project.

Input parameters:

- `project_id` (number, required): The BugHerd project ID
- `user_id` (number, required): The user ID to add as member

### `bugherd_add_guest` (~66 tokens)

Add a guest/client to a project by user ID or email.

Input parameters:

- `email` (string): Email of the guest to add
- `project_id` (number, required): The BugHerd project ID
- `user_id` (number): The user ID to add as guest

### `bugherd_list_tasks` (~139 tokens)

List tasks (bugs/feedback) for a specific BugHerd project. Can filter by status (use column name from bugherd_list_columns), priority, or tag.

Input parameters:

- `page` (number): Page number for pagination (default: 1)
- `priority` (string): Filter by priority
- `project_id` (number, required): The BugHerd project ID
- `status` (string): Filter by task status (use column name from bugherd_list_columns, e.g., 'backlog', 'todo', 'doing', 'Ready for review', 'done')
- `tag` (string): Filter by tag name

### `bugherd_list_feedback_tasks` (~49 tokens)

List feedback tasks (unprocessed/new) for a project.

Input parameters:

- `page` (number): Page number for pagination
- `project_id` (number, required): The BugHerd project ID

### `bugherd_list_archived_tasks` (~45 tokens)

List archived tasks for a project.

Input parameters:

- `page` (number): Page number for pagination
- `project_id` (number, required): The BugHerd project ID

### `bugherd_list_taskboard_tasks` (~53 tokens)

List taskboard tasks (not feedback, not archived) for a project.

Input parameters:

- `page` (number): Page number for pagination
- `project_id` (number, required): The BugHerd project ID

### `bugherd_get_task` (~57 tokens)

Get detailed information about a specific task including description, screenshot URL, selector info, and metadata.

Input parameters:

- `project_id` (number, required): The BugHerd project ID
- `task_id` (number, required): The task ID to retrieve

### `bugherd_get_task_global` (~38 tokens)

Get a task by its global ID (without needing the project ID).

Input parameters:

- `task_id` (number, required): The global task ID

### `bugherd_get_task_by_local_id` (~57 tokens)

Get a task by its local ID (#123) within a project.

Input parameters:

- `local_task_id` (number, required): The local task ID (#123)
- `project_id` (number, required): The BugHerd project ID

### `bugherd_create_task` (~115 tokens)

Create a new task/bug in a project.

Input parameters:

- `assigned_to_id` (number): User ID to assign task to
- `description` (string, required): Task description
- `external_id` (string): External reference ID
- `priority` (string): Task priority
- `project_id` (number, required): The BugHerd project ID
- `requester_email` (string): Email of the requester
- `status` (string): Task status/column name
- `tag_names` (array): Tags for the task

### `bugherd_move_tasks` (~58 tokens)

Move tasks from one project to another.

Input parameters:

- `destination_project_id` (number, required): The destination project ID
- `project_id` (number, required): The source project ID
- `task_ids` (array, required): Array of task IDs to move

### `bugherd_update_task` (~109 tokens)

Update a task's status, priority, or description. Use this to mark tasks as done or move them through workflow stages.

Input parameters:

- `description` (string): New description for the task
- `priority` (string): New priority for the task
- `project_id` (number, required): The BugHerd project ID
- `status` (string): New status for the task (use column name from bugherd_list_columns)
- `task_id` (number, required): The task ID to update

### `bugherd_list_columns` (~54 tokens)

List all columns (statuses) for a project. Use this to find the correct status names for updating tasks in projects with custom Kanban boards.

Input parameters:

- `project_id` (number, required): The BugHerd project ID

### `bugherd_get_column` (~43 tokens)

Get details of a specific column.

Input parameters:

- `column_id` (number, required): The column ID
- `project_id` (number, required): The BugHerd project ID

### `bugherd_create_column` (~54 tokens)

Create a new column in a project's Kanban board.

Input parameters:

- `name` (string, required): Column name
- `position` (number): Column position
- `project_id` (number, required): The BugHerd project ID

### `bugherd_update_column` (~66 tokens)

Update a column's name or position.

Input parameters:

- `column_id` (number, required): The column ID to update
- `name` (string): New column name
- `position` (number): New column position
- `project_id` (number, required): The BugHerd project ID

### `bugherd_list_comments` (~57 tokens)

List all comments on a specific task. Returns comment text, author, and timestamp.

Input parameters:

- `project_id` (number, required): The BugHerd project ID
- `task_id` (number, required): The task ID to get comments for

### `bugherd_create_comment` (~79 tokens)

Add a comment to a task.

Input parameters:

- `email` (string): Email of the user posting the comment
- `project_id` (number, required): The BugHerd project ID
- `task_id` (number, required): The task ID
- `text` (string, required): Comment text
- `user_id` (number): User ID posting the comment

### `bugherd_list_attachments` (~44 tokens)

List all attachments on a task.

Input parameters:

- `project_id` (number, required): The BugHerd project ID
- `task_id` (number, required): The task ID

### `bugherd_get_attachment` (~54 tokens)

Get details of a specific attachment.

Input parameters:

- `attachment_id` (number, required): The attachment ID
- `project_id` (number, required): The BugHerd project ID
- `task_id` (number, required): The task ID

### `bugherd_create_attachment` (~68 tokens)

Create an attachment from a URL.

Input parameters:

- `file_name` (string, required): Name of the file
- `project_id` (number, required): The BugHerd project ID
- `task_id` (number, required): The task ID
- `url` (string, required): URL of the file to attach

### `bugherd_delete_attachment` (~61 tokens)

⚠️ DESTRUCTIVE: Delete an attachment permanently.

Input parameters:

- `attachment_id` (number, required): The attachment ID to delete
- `project_id` (number, required): The BugHerd project ID
- `task_id` (number, required): The task ID

### `bugherd_list_webhooks` (~21 tokens)

List all webhooks configured for the organization.

### `bugherd_create_webhook` (~66 tokens)

Create a webhook to receive notifications for BugHerd events.

Input parameters:

- `event` (string, required): Event type that triggers the webhook
- `project_id` (number): Optional project ID to scope the webhook
- `target_url` (string, required): URL to receive webhook POST requests

### `bugherd_delete_webhook` (~37 tokens)

⚠️ DESTRUCTIVE: Delete a webhook permanently.

Input parameters:

- `webhook_id` (number, required): The webhook ID to delete

## Diagnostics

Captured diagnostic sections: Provenance, Dependencies. The full working is on the page: https://verifymcp.io/servers/berckan-bugherd-mcp/bugherd-mcp#diagnostics

## Score history

- 2026-08-03: 68
- 2026-08-02: 67
- 2026-08-01: 26
- 2026-07-31: 5
- 2026-07-30: 46
- 2026-07-28: 24
- 2026-07-27: 46

## Links

- npm package: https://www.npmjs.com/package/bugherd-mcp
- Socket report: https://socket.dev/npm/package/bugherd-mcp
- Repository: https://github.com/Berckan/bugherd-mcp
- Changelog RSS feed: https://verifymcp.io/servers/berckan-bugherd-mcp/bugherd-mcp/changelog.xml
- Changelog JSON feed: https://verifymcp.io/servers/berckan-bugherd-mcp/bugherd-mcp/changelog.json
- HTML version of this page: https://verifymcp.io/servers/berckan-bugherd-mcp/bugherd-mcp
