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

io.github.Berckan/bugherd-mcp

NPM · BUGHERD-MCP · SCANNED AUG 3

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

Available components

+22 this week 68 Trust /100
Trust breakdown (6 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 →

Supply Chain Security86
  • No malware found by supply-chain analysis.Pass
  • Only part of the dependency tree could be resolved (94 of 98), so this covers what we could see, not the whole tree.Partial
  • No install/post-install scripts declared.Pass
  • Only part of the dependency tree could be resolved (94 of 98), so this covers what we could see, not the whole tree. View diagnostics → Partial
Provenance & Transparency45
Schema Quality & AI Usability70
  • 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 Management27
  • Stability observed for 8 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
Capabilities100
  • Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.Pass
Install

Add this component to your MCP client. Where a client-specific snippet is available, pick your client below and copy it straight into your config; otherwise use the connection detail shown.

npm · bugherd-mcp

# add to Claude Code
claude mcp add berckan-bugherd-mcp -- npx -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"]
// 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.

  • 3 Aug 26 +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.

  • 2 Aug 26 +41
    • Provenance: unverified → fail security
    • Known CVEs: unverified → partial security
    • Install scripts: unverified → pass security
    • Malware scan: unverified → pass security
    • Schema quality: unverified → good functional
    • Maintenance: unverified → pass functional
    • Dependency health: unverified → partial functional
    • Stability: unverified → 0.23 functional
    • License: unverified → pass functional
    • Licence: MIT functional
  • 1 Aug 26 +21
    • Stability: Stability not yet verified: not enough scan history yet (needs a 30-day window). security
    • Tool coverage: unverified → 100 functional
    • MCP protocol: unverified → pass functional
  • 31 Jul 26 −41
    • We updated how we score, so this day's move reflects our rubric, not a change to the server See what changed → functional
  • 30 Jul 26 +22
    • Tool coverage: unverified → 100 functional
  • 28 Jul 26 −22
    • Tool coverage: 100 → unverified functional
    • First check of Schema quality: unverified functional
  • 27 Jul 26 46

    First indexed and scored.

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 3 Aug 2026 · Analysed npm/[email protected]

Provenance none

Ecosystem: npm · Outcome: none

Dependencies 94 packages

94 packages in the resolved dependency tree · 94 deprecated · 29 stale.

The dependency tree was only partially resolved, so these counts may be incomplete.

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.

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.