Skip to content
verify mcp Beta VerifyMCP is currently in beta. If you notice any issues, get in touch and we’ll put it right.

io.github.Berckan/bugherd-mcp

NPM · BUGHERD-MCP · SCANNED SEP 20

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

Available components

0 this week 79 Trust /100
Trust breakdown (7 categories)

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. How we score → Why this is hard to score →

Supply Chain Security98
  • No malware found by supply-chain analysis.Pass
  • No known CVEs affecting this package version or its production dependencies.Pass
  • No install/post-install scripts declared.Pass
  • 31 of 95 dependencies flagged as unhealthy. View diagnostics → Partial
Provenance & Transparency45
Schema Quality & AI Usability66
  • AI-judged instruction clarity (good).Pass
  • Tool/resource definitions use about 1983 tokens (~53/item across 37 items; 37 tools + 0 resources), lean.Pass
  • Usage-examples check failed: none of the tools include examples. See how to fix → Fail
Stability & Change Management90
  • Stability observed for 27 of 30 days with no destabilising changes; credit accrues until the full window elapses.Partial
Tool Coverage100
  • 100% of tools have a non-trivial description (not blank, and not just the tool's name).Pass
  • 100% of tool parameters carry a description.Pass
Tool Safety75
  • No prompt-injection markers were found in the server instructions, tool names or descriptions we captured.Pass
  • 0 of 3 tool(s) whose name or description implies an irreversible operation declare an MCP destructiveHint annotation; "bugherd_delete_project" implies "delete" and declares no destructiveHint at all, which the MCP spec reads as destructive by default. See how to fix → Fail
  • An AI judge read all 37 captured unit(s) of tool text and found none that tries to manipulate the model reading it.Pass
Capabilities100
  • Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.Pass
Install

How do I install the io.github.Berckan/bugherd-mcp server?

io.github.Berckan/bugherd-mcp runs locally as an npm package, launched with npx -y bugherd-mcp. Ready-made configuration for Claude, Cursor, VS Code, Codex and 5 more is on this page, copied from each client's own documentation.

npm · bugherd-mcp

# add to Claude Code
claude mcp add berckan-bugherd-mcp -- npx -y bugherd-mcp
// .cursor/mcp.json
{
  "mcpServers": {
    "berckan-bugherd-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "bugherd-mcp"
      ]
    }
  }
}
// .vscode/mcp.json
{
  "servers": {
    "berckan-bugherd-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "bugherd-mcp"
      ]
    }
  }
}
# add to Codex CLI
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
    }
  }
}
# add to OpenClaw
openclaw mcp add berckan-bugherd-mcp --command npx --arg -y --arg bugherd-mcp
# ~/.hermes/config.yaml
mcp_servers:
  berckan-bugherd-mcp:
    command: "npx"
    args: ["-y", "bugherd-mcp"]
// ~/.netclaw/config/netclaw.json
{
  "McpServers": {
    "berckan-bugherd-mcp": {
      "Transport": "stdio",
      "Command": "npx",
      "Arguments": [
        "-y",
        "bugherd-mcp"
      ]
    }
  }
}
# add to Vellum
assistant mcp add berckan-bugherd-mcp -t stdio -c npx -a -y bugherd-mcp
// mcp.json
{
  "mcpServers": {
    "berckan-bugherd-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "bugherd-mcp"
      ]
    }
  }
}
Changelog

Every change we have recorded for this component, newest first. Security-relevant changes are always shown. ▲ marks a change for the better, ▼ a change for the worse; unmarked changes are neutral.

  • 19 Sept 26 +1

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

  • 17 Sept 26 −3
    • Stability: pass → 0.80 functional
  • 16 Sept 26 +1
    • Stability: 0.97 → pass security
  • 14 Sept 26 +1

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

  • 13 Sept 26 0
    • Security disclosure: unverified → fail functional
  • 12 Sept 26 +1
    • Security disclosure: fail → unverified functional
  • 9 Sept 26 −3
    • Stability: pass → 0.77 functional
  • 8 Sept 26 +1
    • Stability: 0.97 → pass security
Diagnostics

Diagnostic detail from the automated scan of this channel: what the scanner observed at each step, so you can see exactly where a check passed or failed. It is informational only and never changes the trust score.

Captured 20 Sept 2026 · Analysed npm/bugherd-mcp@0.2.0

Provenance No attestation

The registry publishes no build provenance for this version, so there is nothing to verify.

Result No attestation
Ecosystem npm

Background: How many MCP packages publish verified provenance →

Dependencies 95 packages
Packages resolved 95
Stale 31
Tree resolution Complete

Background: SBOMs and build attestations, explained →

MCP tools · 37 exposed · ~1,983 tokens

The tools this component advertises to a client, with an estimated token cost for each. Expand a tool to see its parameters and schema. The per-tool counts are indicative and are not scored directly; the schema's total context footprint is one signal in Schema Quality & AI Usability. A tool's description is untrusted text the model reads on every call, which is what makes this list a security surface and not just an inventory: how tool poisoning works →

Tool Tokens
bugherd_add_guest ~66

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

NameTypeReqDescription
emailstringEmail of the guest to add
project_idnumberyesThe BugHerd project ID
user_idnumberThe user ID to add as guest

No output schema declared.

No examples provided.

bugherd_add_member ~48

Add a team member to a project.

NameTypeReqDescription
project_idnumberyesThe BugHerd project ID
user_idnumberyesThe user ID to add as member

No output schema declared.

No examples provided.

bugherd_create_attachment ~68

Create an attachment from a URL.

NameTypeReqDescription
file_namestringyesName of the file
project_idnumberyesThe BugHerd project ID
task_idnumberyesThe task ID
urlstringyesURL of the file to attach

No output schema declared.

No examples provided.

bugherd_create_column ~54

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

NameTypeReqDescription
namestringyesColumn name
positionnumberColumn position
project_idnumberyesThe BugHerd project ID

No output schema declared.

No examples provided.

bugherd_create_comment ~79

Add a comment to a task.

NameTypeReqDescription
emailstringEmail of the user posting the comment
project_idnumberyesThe BugHerd project ID
task_idnumberyesThe task ID
textstringyesComment text
user_idnumberUser ID posting the comment

No output schema declared.

No examples provided.

bugherd_create_project ~67

Create a new BugHerd project.

NameTypeReqDescription
devurlstringyesDevelopment URL for the project
is_activebooleanWhether the project is active
is_publicbooleanWhether the project is public
namestringyesProject name

No output schema declared.

No examples provided.

bugherd_create_task ~115

Create a new task/bug in a project.

NameTypeReqDescription
assigned_to_idnumberUser ID to assign task to
descriptionstringyesTask description
external_idstringExternal reference ID
prioritystringTask priority
project_idnumberyesThe BugHerd project ID
requester_emailstringEmail of the requester
statusstringTask status/column name
tag_namesarrayTags for the task

No output schema declared.

No examples provided.

bugherd_create_webhook ~66

Create a webhook to receive notifications for BugHerd events.

NameTypeReqDescription
eventstringyesEvent type that triggers the webhook
project_idnumberOptional project ID to scope the webhook
target_urlstringyesURL to receive webhook POST requests

No output schema declared.

No examples provided.

bugherd_delete_attachment ~61

⚠️ DESTRUCTIVE: Delete an attachment permanently.

NameTypeReqDescription
attachment_idnumberyesThe attachment ID to delete
project_idnumberyesThe BugHerd project ID
task_idnumberyesThe task ID

No output schema declared.

No examples provided.

bugherd_delete_project ~43

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

NameTypeReqDescription
project_idnumberyesThe BugHerd project ID to delete

No output schema declared.

No examples provided.

bugherd_delete_webhook ~37

⚠️ DESTRUCTIVE: Delete a webhook permanently.

NameTypeReqDescription
webhook_idnumberyesThe webhook ID to delete

No output schema declared.

No examples provided.

bugherd_get_attachment ~54

Get details of a specific attachment.

NameTypeReqDescription
attachment_idnumberyesThe attachment ID
project_idnumberyesThe BugHerd project ID
task_idnumberyesThe task ID

No output schema declared.

No examples provided.

bugherd_get_column ~43

Get details of a specific column.

NameTypeReqDescription
column_idnumberyesThe column ID
project_idnumberyesThe BugHerd project ID

No output schema declared.

No examples provided.

bugherd_get_organization ~21

Get organization/account details including name and timezone.

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

bugherd_get_project ~32

Get details of a specific project.

NameTypeReqDescription
project_idnumberyesThe BugHerd project ID

No output schema declared.

No examples provided.

bugherd_get_task ~57

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

NameTypeReqDescription
project_idnumberyesThe BugHerd project ID
task_idnumberyesThe task ID to retrieve

No output schema declared.

No examples provided.

bugherd_get_task_by_local_id ~57

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

NameTypeReqDescription
local_task_idnumberyesThe local task ID (#123)
project_idnumberyesThe BugHerd project ID

No output schema declared.

No examples provided.

bugherd_get_task_global ~38

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

NameTypeReqDescription
task_idnumberyesThe global task ID

No output schema declared.

No examples provided.

bugherd_get_user_projects ~31

Get projects accessible to a specific user.

NameTypeReqDescription
user_idnumberyesThe user ID

No output schema declared.

No examples provided.

bugherd_get_user_tasks ~62

Get tasks assigned to a specific user.

NameTypeReqDescription
pagenumberPage number for pagination
prioritystringFilter by priority
statusstringFilter by status
user_idnumberyesThe user ID

No output schema declared.

No examples provided.

bugherd_list_active_projects ~17

List only active projects.

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

bugherd_list_archived_tasks ~45

List archived tasks for a project.

NameTypeReqDescription
pagenumberPage number for pagination
project_idnumberyesThe BugHerd project ID

No output schema declared.

No examples provided.

bugherd_list_attachments ~44

List all attachments on a task.

NameTypeReqDescription
project_idnumberyesThe BugHerd project ID
task_idnumberyesThe task ID

No output schema declared.

No examples provided.

bugherd_list_columns ~54

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

NameTypeReqDescription
project_idnumberyesThe BugHerd project ID

No output schema declared.

No examples provided.

bugherd_list_comments ~57

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

NameTypeReqDescription
project_idnumberyesThe BugHerd project ID
task_idnumberyesThe task ID to get comments for

No output schema declared.

No examples provided.

bugherd_list_feedback_tasks ~49

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

NameTypeReqDescription
pagenumberPage number for pagination
project_idnumberyesThe BugHerd project ID

No output schema declared.

No examples provided.

bugherd_list_guests ~21

List only guests/clients in the organization.

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

bugherd_list_members ~19

List only team members in the organization.

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

bugherd_list_projects ~32

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

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

bugherd_list_taskboard_tasks ~53

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

NameTypeReqDescription
pagenumberPage number for pagination
project_idnumberyesThe BugHerd project ID

No output schema declared.

No examples provided.

bugherd_list_tasks ~139

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

NameTypeReqDescription
pagenumberPage number for pagination (default: 1)
prioritystringFilter by priority
project_idnumberyesThe BugHerd project ID
statusstringFilter by task status (use column name from bugherd_list_columns, e.g., 'backlog', 'todo', 'doing', 'Ready for review', 'done')
tagstringFilter by tag name

No output schema declared.

No examples provided.

bugherd_list_users ~23

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

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

bugherd_list_webhooks ~21

List all webhooks configured for the organization.

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

bugherd_move_tasks ~58

Move tasks from one project to another.

NameTypeReqDescription
destination_project_idnumberyesThe destination project ID
project_idnumberyesThe source project ID
task_idsarrayyesArray of task IDs to move

No output schema declared.

No examples provided.

bugherd_update_column ~66

Update a column's name or position.

NameTypeReqDescription
column_idnumberyesThe column ID to update
namestringNew column name
positionnumberNew column position
project_idnumberyesThe BugHerd project ID

No output schema declared.

No examples provided.

bugherd_update_project ~77

Update a project's settings.

NameTypeReqDescription
devurlstringNew development URL
is_activebooleanWhether the project is active
is_publicbooleanWhether the project is public
namestringNew project name
project_idnumberyesThe BugHerd project ID

No output schema declared.

No examples provided.

bugherd_update_task ~109

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

NameTypeReqDescription
descriptionstringNew description for the task
prioritystringNew priority for the task
project_idnumberyesThe BugHerd project ID
statusstringNew status for the task (use column name from bugherd_list_columns)
task_idnumberyesThe task ID to update

No output schema declared.

No examples provided.

Common questions

What is the io.github.Berckan/bugherd-mcp server?

io.github.Berckan/bugherd-mcp is listed in the public MCP registry as io.github.Berckan/bugherd-mcp. BugHerd API v2 integration, 37 tools for projects, tasks, comments, and webhooks. This page covers its npm package (bugherd-mcp).

Is the io.github.Berckan/bugherd-mcp server safe to use?

io.github.Berckan/bugherd-mcp scores 79 out of 100 on VerifyMCP. We found no known CVEs affecting it as of 20 September 2026. It declares no install or post-install scripts. That is a record of what we were able to check automatically, not an endorsement. The category breakdown on this page shows every signal behind the number, including the ones we could not confirm.

What tools does the io.github.Berckan/bugherd-mcp server expose?

io.github.Berckan/bugherd-mcp exposes 37 tools: bugherd_get_organization, bugherd_list_users, bugherd_list_members, bugherd_list_guests, bugherd_get_user_tasks, and 32 more. Their descriptions and schemas cost roughly 1,983 tokens of context every time the server is loaded.

Is the io.github.Berckan/bugherd-mcp server still maintained?

io.github.Berckan/bugherd-mcp is still listed as active in the MCP registry. We last reached this channel on 20 September 2026. Those dates come from our own scans of the registry and the channel itself, not from anything the publisher announced.

What licence is the io.github.Berckan/bugherd-mcp server under?

io.github.Berckan/bugherd-mcp declares the MIT licence, which is OSI-approved. That covers the source only, and says nothing about the cost of any service it calls.