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 等)
Available components
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
- Source repository is publicly reachable at the declared URL. View diagnostics → Pass
- Provenance check failed: no build-provenance attestation is published. See how to fix → View diagnostics → Fail
- Clear OSI-approved license (MIT).Pass
- Actively maintained (last published 116 days ago).Pass
- Disclosure check failed: no security disclosure policy was found in the source repository. See how to fix → Fail
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.
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
claude mcp add qxchuckle-qcqx-project-manage-mcp -- npx -y @qcqx/project-manage-mcp
codex mcp add qxchuckle-qcqx-project-manage-mcp -- npx -y @qcqx/project-manage-mcp
{
"$schema": "https://opencode.ai/config.json",
"mcp": {
"qxchuckle-qcqx-project-manage-mcp": {
"type": "local",
"command": [
"npx",
"-y",
"@qcqx/project-manage-mcp"
],
"enabled": true
}
}
} openclaw mcp add qxchuckle-qcqx-project-manage-mcp --command npx --arg -y --arg @qcqx/project-manage-mcp
mcp_servers:
qxchuckle-qcqx-project-manage-mcp:
command: "npx"
args: ["-y", "@qcqx/project-manage-mcp"] {
"mcpServers": {
"qxchuckle-qcqx-project-manage-mcp": {
"command": "npx",
"args": [
"-y",
"@qcqx/project-manage-mcp"
]
}
}
} 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.
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.
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.
add_group ~47
在项目列表中创建一个分组
| Name | Type | Req | Description |
|---|---|---|---|
| parentId | string | — | 父节点 ID,省略则添加到根级 |
| title | string | yes | 分组名称 |
No output schema declared.
No examples provided.
add_project ~72
将项目添加到项目列表
| Name | Type | Req | Description |
|---|---|---|---|
| description | string | — | 项目描述 |
| fsPath | string | yes | 项目在文件系统上的绝对路径 |
| parentId | string | — | 父节点 ID,省略则添加到根级 |
| title | string | yes | 项目名称 |
No output schema declared.
No examples provided.
get_project_detail ~34
获取项目详情(路径、Git 状态、remote URL 等)
| Name | Type | Req | Description |
|---|---|---|---|
| id | string | yes | 项目节点 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
从项目列表移除节点
| Name | Type | Req | Description |
|---|---|---|---|
| id | string | yes | 要移除的节点 ID |
No output schema declared.
No examples provided.
scan_git_repos ~70
扫描指定目录(或配置的默认目录)发现 Git 仓库
| Name | Type | Req | Description |
|---|---|---|---|
| directories | array | — | 要扫描的目录列表。省略时使用配置中的 gitProjectScanFolders |
| maxDepth | number | — | 最大递归深度,-1 为无限制 |
No output schema declared.
No examples provided.
search_projects ~52
在已保存的项目列表中模糊搜索(按 title、description、path)
| Name | Type | Req | Description |
|---|---|---|---|
| query | string | yes | 搜索关键词 |
| type | string | — | 筛选节点类型,默认 all |
No output schema declared.
No examples provided.
update_project ~54
更新项目列表中的节点信息
| Name | Type | Req | Description |
|---|---|---|---|
| description | string | — | 新描述 |
| fsPath | string | — | 新路径 |
| id | string | yes | 节点 ID |
| title | string | — | 新标题 |
No output schema declared.
No examples provided.
update_scan_folders ~86
更新 Git 项目扫描目录配置
| Name | Type | Req | Description |
|---|---|---|---|
| ignoredFolders | array | — | 要忽略的文件夹名/glob 模式 |
| maxDepth | number | — | 最大递归深度,-1 为无限制 |
| scanFolders | array | — | 扫描目录列表 |
| scanNested | boolean | — | 是否扫描嵌套 Git 项目 |
No output schema declared.
No examples provided.