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.varaprasadreddy9676/huly-mcp

NPM · HULY-MCP-SDK · SCANNED SEP 20

MCP server for Huly — manage projects, issues, documents and more via natural language.

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 Security90
  • No malware found by supply-chain analysis.Pass
  • CVE check failed: a known high-severity CVE affects uuid 8.3.2, reached via @hcengineering/server-client > @hcengineering/server-core > uuid. A fixed version is available. View diagnostics → Fail
  • No install/post-install scripts declared.Pass
  • 48 of 185 dependencies flagged as unhealthy (1 deprecated). View diagnostics → Partial
Provenance & Transparency45
Schema Quality & AI Usability78
  • AI-judged instruction clarity (excellent).Pass
  • Tool/resource definitions use about 1664 tokens (~53/item across 31 items; 31 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; "delete_issue" 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 31 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.varaprasadreddy9676/huly-mcp server?

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

npm · huly-mcp-sdk

# add to Claude Code
claude mcp add varaprasadreddy9676-huly-mcp -- npx -y huly-mcp-sdk
// .cursor/mcp.json
{
  "mcpServers": {
    "varaprasadreddy9676-huly-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "huly-mcp-sdk"
      ]
    }
  }
}
// .vscode/mcp.json
{
  "servers": {
    "varaprasadreddy9676-huly-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "huly-mcp-sdk"
      ]
    }
  }
}
# add to Codex CLI
codex mcp add varaprasadreddy9676-huly-mcp -- npx -y huly-mcp-sdk
// opencode.json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "varaprasadreddy9676-huly-mcp": {
      "type": "local",
      "command": [
        "npx",
        "-y",
        "huly-mcp-sdk"
      ],
      "enabled": true
    }
  }
}
# add to OpenClaw
openclaw mcp add varaprasadreddy9676-huly-mcp --command npx --arg -y --arg huly-mcp-sdk
# ~/.hermes/config.yaml
mcp_servers:
  varaprasadreddy9676-huly-mcp:
    command: "npx"
    args: ["-y", "huly-mcp-sdk"]
// ~/.netclaw/config/netclaw.json
{
  "McpServers": {
    "varaprasadreddy9676-huly-mcp": {
      "Transport": "stdio",
      "Command": "npx",
      "Arguments": [
        "-y",
        "huly-mcp-sdk"
      ]
    }
  }
}
# add to Vellum
assistant mcp add varaprasadreddy9676-huly-mcp -t stdio -c npx -a -y huly-mcp-sdk
// mcp.json
{
  "mcpServers": {
    "varaprasadreddy9676-huly-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "huly-mcp-sdk"
      ]
    }
  }
}
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.

  • 18 Sept 26 −3
    • Stability: pass → 0.83 functional
  • 17 Sept 26 +1
    • Stability: 0.97 → pass security
  • 15 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 +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.

  • 11 Sept 26 −3
    • Stability: pass → 0.80 functional
  • 10 Sept 26 +1
    • Stability: 0.97 → pass security
  • 8 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.

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/huly-mcp-sdk@0.5.4

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 →

Vulnerabilities 7 findings
ID CVE Severity Vector Fix available
GHSA-crpf-4hrx-3jrp CVE-2026-27125 medium yes
GHSA-f7gr-6p89-r883 CVE-2026-27121 medium yes
GHSA-m56q-vw4c-c2cp CVE-2026-27122 medium yes
GHSA-phwv-c562-gvmh CVE-2026-27901 medium yes
GHSA-pr6f-5x2q-rwfp CVE-2026-42599 medium yes
GHSA-rcqx-6q8c-2c42 CVE-2026-42573 medium yes
GHSA-w5hq-g745-h8pq CVE-2026-41907 high CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:H/A:N yes

Background: What a vulnerability scan can and cannot prove →

Dependencies 185 packages
Packages resolved 185
Deprecated 1
Stale 47
Tree resolution Complete

Background: SBOMs and build attestations, explained →

MCP tools · 31 exposed · ~1,664 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
add_blocked_by ~60

Mark an issue as blocked by another issue

NameTypeReqDescription
blockedBystringyesIssue that blocks it, e.g. "PROJ-100"
identifierstringyesIssue that is blocked, e.g. "PROJ-123"

No output schema declared.

No examples provided.

add_comment ~42

Add a comment to an issue

NameTypeReqDescription
identifierstringyesIssue identifier, e.g. "PROJ-123"
messagestringyesComment text

No output schema declared.

No examples provided.

add_label ~64

Add a label to an issue (auto-creates the label if it does not exist)

NameTypeReqDescription
identifierstringyesIssue identifier, e.g. "PROJ-123"
labelNamestringyesLabel name to add (auto-created if it does not exist)

No output schema declared.

No examples provided.

add_relation ~58

Mark two issues as related to each other (bidirectional)

NameTypeReqDescription
identifierstringyesIssue identifier, e.g. "PROJ-123"
relatedTostringyesRelated issue identifier, e.g. "PROJ-456"

No output schema declared.

No examples provided.

create_component ~66

Create a new component in a project

NameTypeReqDescription
descriptionstringComponent description
labelstringyesComponent name
leadstringLead member name (first/last/full)
projectIdentifierstringyesProject identifier, e.g. "PROJ"

No output schema declared.

No examples provided.

create_document ~64

Create a new document in a teamspace

NameTypeReqDescription
parentIdstringParent document _id (for nested docs); omit for top-level
teamspaceIdstringyesTeamspace _id from list_teamspaces
titlestringyesDocument title

No output schema declared.

No examples provided.

create_issue ~93

Create a new issue in a project

NameTypeReqDescription
dueDatestringDue date as ISO 8601 string, e.g. "2026-04-01"
prioritystringIssue priority
projectIdentifierstringyesProject identifier, e.g. "PROJ"
statusNamestringStatus name (defaults to project default)
titlestringyesIssue title

No output schema declared.

No examples provided.

create_label ~49

Create a new label with an optional hex color

NameTypeReqDescription
colorstringHex color, e.g. "#FF6B6B" (optional)
titlestringyesLabel name

No output schema declared.

No examples provided.

create_milestone ~86

Create a new milestone in a project with a target date

NameTypeReqDescription
labelstringyesMilestone name
projectIdentifierstringyesProject identifier, e.g. "PROJ"
statusstringMilestone status
targetDatestringyesTarget date as ISO 8601 string, e.g. "2026-06-01"

No output schema declared.

No examples provided.

create_project ~66

Create a new tracker project with a unique ALL-CAPS identifier

NameTypeReqDescription
descriptionstringProject description
identifierstringyesShort ALL-CAPS identifier, e.g. "MYPROJ"
namestringyesProject name, e.g. "My Project"

No output schema declared.

No examples provided.

delete_comment ~57

Delete a specific comment from an issue by its ID (get IDs from list_comments)

NameTypeReqDescription
commentIdstringyesComment _id from list_comments
identifierstringyesIssue identifier, e.g. "PROJ-123"

No output schema declared.

No examples provided.

delete_issue ~45

Permanently delete an issue by identifier (e.g. "PROJ-123")

NameTypeReqDescription
identifierstringyesIssue identifier to delete, e.g. "PROJ-123"

No output schema declared.

No examples provided.

get_document ~39

Get metadata and content of a document (content requires HULY_FRONT_URL env)

NameTypeReqDescription
documentIdstringyesDocument _id from list_documents

No output schema declared.

No examples provided.

get_issue ~44

Get full details of an issue by identifier (e.g. "PROJ-123")

NameTypeReqDescription
identifierstringyesIssue identifier, e.g. "PROJ-123"

No output schema declared.

No examples provided.

get_project ~38

Get a project by its identifier (e.g. "PROJ")

NameTypeReqDescription
identifierstringyesProject identifier, e.g. "PROJ"

No output schema declared.

No examples provided.

link_document ~61

Link a Huly document to an issue — appears in the Relations panel on the issue

NameTypeReqDescription
documentIdstringyesDocument _id from list_documents or create_document
identifierstringyesIssue identifier, e.g. "PROJ-123"

No output schema declared.

No examples provided.

list_comments ~53

List all comments on an issue (includes comment IDs for use with delete_comment)

NameTypeReqDescription
identifierstringyesIssue identifier, e.g. "PROJ-123"
limitintegerMax comments to return

No output schema declared.

No examples provided.

list_components ~36

List components (sub-areas) in a project

NameTypeReqDescription
projectIdentifierstringyesProject identifier, e.g. "PROJ"

No output schema declared.

No examples provided.

list_documents ~32

List documents in a teamspace

NameTypeReqDescription
teamspaceIdstringyesTeamspace _id from list_teamspaces

No output schema declared.

No examples provided.

list_issues ~74

List issues in a project with optional filters

NameTypeReqDescription
limitintegerMax issues to return
prioritystringFilter by priority
projectIdentifierstringyesProject identifier, e.g. "PROJ"
statusstringFilter by status name, e.g. "In Progress"

No output schema declared.

No examples provided.

list_labels ~32

List all labels in the workspace

NameTypeReqDescription
projectIdentifierstringOptional project filter (currently returns all workspace labels)

No output schema declared.

No examples provided.

list_members ~15

List all members in the workspace

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

list_milestones ~33

List milestones for a project

NameTypeReqDescription
projectIdentifierstringyesProject identifier, e.g. "PROJ"

No output schema declared.

No examples provided.

list_projects ~17

List all projects in the Huly workspace

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

list_teamspaces ~18

List all document teamspaces in the workspace

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

log_time ~63

Log hours spent on an issue

NameTypeReqDescription
descriptionstringWhat was done (optional note)
hoursnumberyesHours spent (e.g. 2.5)
identifierstringyesIssue identifier, e.g. "PROJ-123"

No output schema declared.

No examples provided.

remove_label ~45

Remove a label from an issue

NameTypeReqDescription
identifierstringyesIssue identifier, e.g. "PROJ-123"
labelNamestringyesLabel name to remove

No output schema declared.

No examples provided.

search_issues ~34

Full-text search across all issues

NameTypeReqDescription
limitintegerMax results
querystringyesSearch query

No output schema declared.

No examples provided.

set_parent ~58

Set or clear the parent (epic) of an issue

NameTypeReqDescription
identifierstringyesChild issue identifier, e.g. "PROJ-123"
parentIdentifierstring|nullParent issue identifier, or null to clear parent

No output schema declared.

No examples provided.

update_document ~64

Set or replace the content of a document from Markdown (supports headings, paragraphs, code blocks, tables, bullet lists)

NameTypeReqDescription
documentIdstringyesDocument _id from list_documents or create_document
markdownstringyesMarkdown content to set as the document body

No output schema declared.

No examples provided.

update_issue ~158

Update an existing issue (title, status, priority, due date, assignee, component, milestone)

NameTypeReqDescription
assigneestring|nullAssignee name (first/last/full) or null to unassign
componentLabelstringComponent name to assign, or null to unassign
dueDatestring|nullNew due date (ISO 8601) or null to clear
identifierstringyesIssue identifier, e.g. "PROJ-123"
milestoneLabelstring|nullMilestone name to assign, or null to clear
prioritystringNew priority
statusNamestringNew status name
titlestringNew title

No output schema declared.

No examples provided.

Common questions

What is the io.github.varaprasadreddy9676/huly-mcp server?

io.github.varaprasadreddy9676/huly-mcp is listed in the public MCP registry as io.github.varaprasadreddy9676/huly-mcp. MCP server for Huly, manage projects, issues, documents and more via natural language. This page covers its npm package (huly-mcp-sdk).

Is the io.github.varaprasadreddy9676/huly-mcp server safe to use?

io.github.varaprasadreddy9676/huly-mcp scores 79 out of 100 on VerifyMCP. We recorded 7 known advisories against 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.varaprasadreddy9676/huly-mcp server expose?

io.github.varaprasadreddy9676/huly-mcp exposes 31 tools: list_projects, get_project, create_project, list_issues, get_issue, and 26 more. Their descriptions and schemas cost roughly 1,664 tokens of context every time the server is loaded.

Is the io.github.varaprasadreddy9676/huly-mcp server still maintained?

io.github.varaprasadreddy9676/huly-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.varaprasadreddy9676/huly-mcp server under?

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