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.qxchuckle/qcqx-project-manage-mcp

NPM · @QCQX/PROJECT-MANAGE-MCP · SCANNED AUG 3

qcqx-project-manage MCP Server — 将项目管理能力暴露给 AI Agent(Cursor、Claude Desktop 等)

+15 this week 61 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 Security87
  • No malware found by supply-chain analysis.Pass
  • Only part of the dependency tree could be resolved (108 of 112), 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 (108 of 112), so this covers what we could see, not the whole tree. View diagnostics → Partial
Provenance & Transparency45
Schema Quality & AI Usability64
  • 50% of prompts and resources have a non-trivial description (not blank, and not just the item's name).Partial
  • AI-judged instruction clarity (good).Pass
  • Tool/resource definitions use about 487 tokens (~44/item across 11 items; 9 tools + 2 resources), lean.Pass
  • Usage-examples check failed: none of the tools include examples. See how to fix → Fail
Stability & Change Management0
  • Stability not yet verified: not enough scan history yet (needs a 30-day window).Unverified
Tool Coverage85
  • 78% of tools have a non-trivial description (not blank, and not just the tool's name).Partial
  • 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

Unverified: 1 category

A category scored 0 because we could not verify it: a data source with nothing on this package, evidence we could not reach, or a check we could not run. We only credit what we can confirm.

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 · @qcqx/project-manage-mcp

# add to Claude Code
claude mcp add qxchuckle-qcqx-project-manage-mcp -- npx -y @qcqx/project-manage-mcp
# add to Codex CLI
codex mcp add qxchuckle-qcqx-project-manage-mcp -- npx -y @qcqx/project-manage-mcp
// opencode.json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "qxchuckle-qcqx-project-manage-mcp": {
      "type": "local",
      "command": [
        "npx",
        "-y",
        "@qcqx/project-manage-mcp"
      ],
      "enabled": true
    }
  }
}
# add to OpenClaw
openclaw mcp add qxchuckle-qcqx-project-manage-mcp --command npx --arg -y --arg @qcqx/project-manage-mcp
# ~/.hermes/config.yaml
mcp_servers:
  qxchuckle-qcqx-project-manage-mcp:
    command: "npx"
    args: ["-y", "@qcqx/project-manage-mcp"]
// mcp.json
{
  "mcpServers": {
    "qxchuckle-qcqx-project-manage-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@qcqx/project-manage-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 +41
    • Provenance: unverified → fail security
    • Install scripts: unverified → pass security
    • Known CVEs: unverified → partial security
    • Stability: Stability not yet verified: not enough scan history yet (needs a 30-day window). security
    • Security disclosure: unverified → fail functional
    • Schema quality: unverified → good functional
    • Schema quality: unverified → 50 functional
    • MCP protocol: unverified → pass functional
    • Maintenance: unverified → pass functional
    • Dependency health: unverified → partial functional
    • License: unverified → pass functional
    • Tool coverage: unverified → 78 functional
    • Licence: MIT functional
  • 2 Aug 26 −1
    • Malware scan: unverified → pass security
    • Security disclosure: fail → unverified functional
    • Tool coverage: 78 → unverified functional
    • Schema quality: 50 → unverified functional
  • 1 Aug 26 −7
    • We updated how we score, so this day's move reflects our rubric, not a change to the server See what changed → functional
  • 31 Jul 26 +2
    • Malware scan: pass → unverified security
    • Dependency health: partial → unverified functional
    • Tool coverage: unverified → 78 functional
    • Schema quality: unverified → 50 functional
  • 29 Jul 26 −20
    • Tool coverage: 78 → unverified functional
    • Schema quality: 50 → unverified functional
    • Dependency health: unverified → partial 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/@qcqx/[email protected]

Provenance none

Ecosystem: npm · Outcome: none

Dependencies 108 packages

108 packages in the resolved dependency tree · 105 deprecated · 31 stale · 1 without a linked repository.

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

MCP tools — 9 exposed · ~464 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
add_group ~47

在项目列表中创建一个分组

NameTypeReqDescription
parentIdstring父节点 ID,省略则添加到根级
titlestringyes分组名称

No output schema declared.

No examples provided.

add_project ~72

将项目添加到项目列表

NameTypeReqDescription
descriptionstring项目描述
fsPathstringyes项目在文件系统上的绝对路径
parentIdstring父节点 ID,省略则添加到根级
titlestringyes项目名称

No output schema declared.

No examples provided.

get_project_detail ~34

获取项目详情(路径、Git 状态、remote URL 等)

NameTypeReqDescription
idstringyes项目节点 ID

No output schema declared.

No examples provided.

list_scan_folders ~21

列出配置的 Git 项目扫描目录

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

remove_project ~28

从项目列表移除节点

NameTypeReqDescription
idstringyes要移除的节点 ID

No output schema declared.

No examples provided.

scan_git_repos ~70

扫描指定目录(或配置的默认目录)发现 Git 仓库

NameTypeReqDescription
directoriesarray要扫描的目录列表。省略时使用配置中的 gitProjectScanFolders
maxDepthnumber最大递归深度,-1 为无限制

No output schema declared.

No examples provided.

search_projects ~52

在已保存的项目列表中模糊搜索(按 title、description、path)

NameTypeReqDescription
querystringyes搜索关键词
typestring筛选节点类型,默认 all

No output schema declared.

No examples provided.

update_project ~54

更新项目列表中的节点信息

NameTypeReqDescription
descriptionstring新描述
fsPathstring新路径
idstringyes节点 ID
titlestring新标题

No output schema declared.

No examples provided.

update_scan_folders ~86

更新 Git 项目扫描目录配置

NameTypeReqDescription
ignoredFoldersarray要忽略的文件夹名/glob 模式
maxDepthnumber最大递归深度,-1 为无限制
scanFoldersarray扫描目录列表
scanNestedboolean是否扫描嵌套 Git 项目

No output schema declared.

No examples provided.