# io.github.qxchuckle/qcqx-project-manage-mcp (npm · @qcqx/project-manage-mcp)

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

- Trust score: 61/100 (medium)
- Change this week: +15
- Registry status: active
- Liveness: live
- Owner verified: no
- Last scored: 2026-08-03

## Components

- npm · `@qcqx/project-manage-mcp`: 61/100 (this document), [markdown](https://verifymcp.io/servers/qxchuckle-qcqx-project-manage-mcp/qcqx-project-manage-mcp.md), [page](https://verifymcp.io/servers/qxchuckle-qcqx-project-manage-mcp/qcqx-project-manage-mcp)

## Channel facts

- Registry: `npm`
- Package: `@qcqx/project-manage-mcp`
- Version: `1.0.0`
- Transport: `stdio`

## Trust breakdown

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. Scores are 0–100 per category. Scoring method: https://verifymcp.io/docs/scoring (what has changed: https://verifymcp.io/docs/scoring/changelog)

Scored 2026-08-03.

- **Supply Chain Security**: 87/100
  - No malware found by supply-chain analysis.
  - Only part of the dependency tree could be resolved (108 of 112), so this covers what we could see, not the whole tree.
  - No install/post-install scripts declared.
  - Only part of the dependency tree could be resolved (108 of 112), so this covers what we could see, not the whole tree.
- **Provenance & Transparency**: 45/100
  - Source repository is publicly reachable at the declared URL.
  - Provenance check failed: no build-provenance attestation is published.
  - Clear OSI-approved license (MIT).
  - Actively maintained (last published 116 days ago).
  - Disclosure check failed: no security disclosure policy was found in the source repository.
- **Schema Quality & AI Usability**: 64/100
  - 50% of prompts and resources have a non-trivial description (not blank, and not just the item's name).
  - AI-judged instruction clarity (good).
  - Tool/resource definitions use about 487 tokens (~44/item across 11 items; 9 tools + 2 resources), lean.
  - Usage-examples check failed: none of the tools include examples.
- **Stability & Change Management**: 0/100
  - Stability not yet verified: not enough scan history yet (needs a 30-day window).
- **Tool Coverage**: 85/100
  - 78% of tools have a non-trivial description (not blank, and not just the tool's name).
  - 100% of tool parameters carry a description.
- **Capabilities**: 100/100
  - Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.

**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

### Claude

```bash
claude mcp add qxchuckle-qcqx-project-manage-mcp -- npx -y @qcqx/project-manage-mcp
```

### Codex

```bash
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
    }
  }
}
```

### OpenClaw

```bash
openclaw mcp add qxchuckle-qcqx-project-manage-mcp --command npx --arg -y --arg @qcqx/project-manage-mcp
```

### Hermes

```yaml
mcp_servers:
  qxchuckle-qcqx-project-manage-mcp:
    command: "npx"
    args: ["-y", "@qcqx/project-manage-mcp"]
```

### Other

```json
{
  "mcpServers": {
    "qxchuckle-qcqx-project-manage-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@qcqx/project-manage-mcp"
      ]
    }
  }
}
```

## Changelog

Every change recorded for this component, newest first. Days that predate change tracking, or that we cannot explain, say so: "we were watching and nothing happened" and "we were not watching" are different claims.

### 2026-08-03 (score 61, +41)

- [security regression] Provenance: unverified → fail
- [security improvement] Install scripts: unverified → pass
- [security improvement] Known CVEs: unverified → partial
- [security] Stability: Stability not yet verified: not enough scan history yet (needs a 30-day window).
- [functional regression] Security disclosure: unverified → fail
- [functional improvement] Schema quality: unverified → good
- [functional improvement] Schema quality: unverified → 50
- [functional improvement] MCP protocol: unverified → pass
- [functional improvement] Maintenance: unverified → pass
- [functional improvement] Dependency health: unverified → partial
- [functional improvement] License: unverified → pass
- [functional improvement] Tool coverage: unverified → 78
- [functional] Licence: MIT

### 2026-08-02 (score 20, −1)

- [security improvement] Malware scan: unverified → pass
- [functional regression] Security disclosure: fail → unverified
- [functional regression] Tool coverage: 78 → unverified
- [functional regression] Schema quality: 50 → unverified

### 2026-08-01 (score 21, −7)

- [functional] We updated how we score, so this day's move reflects our rubric, not a change to the server

### 2026-07-31 (score 28, +2)

- [security regression] Malware scan: pass → unverified
- [functional regression] Dependency health: partial → unverified
- [functional improvement] Tool coverage: unverified → 78
- [functional improvement] Schema quality: unverified → 50

### 2026-07-29 (score 26, −20)

- [functional regression] Tool coverage: 78 → unverified
- [functional regression] Schema quality: 50 → unverified
- [functional improvement] Dependency health: unverified → partial

### 2026-07-27 (score 46)

First indexed and scored.

## MCP tools (9)

### `search_projects` (~52 tokens)

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

Input parameters:

- `query` (string, required): 搜索关键词
- `type` (string): 筛选节点类型，默认 all

### `scan_git_repos` (~70 tokens)

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

Input parameters:

- `directories` (array): 要扫描的目录列表。省略时使用配置中的 gitProjectScanFolders
- `maxDepth` (number): 最大递归深度，-1 为无限制

### `get_project_detail` (~34 tokens)

获取项目详情（路径、Git 状态、remote URL 等）

Input parameters:

- `id` (string, required): 项目节点 ID

### `add_project` (~72 tokens)

将项目添加到项目列表

Input parameters:

- `description` (string): 项目描述
- `fsPath` (string, required): 项目在文件系统上的绝对路径
- `parentId` (string): 父节点 ID，省略则添加到根级
- `title` (string, required): 项目名称

### `remove_project` (~28 tokens)

从项目列表移除节点

Input parameters:

- `id` (string, required): 要移除的节点 ID

### `add_group` (~47 tokens)

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

Input parameters:

- `parentId` (string): 父节点 ID，省略则添加到根级
- `title` (string, required): 分组名称

### `update_project` (~54 tokens)

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

Input parameters:

- `description` (string): 新描述
- `fsPath` (string): 新路径
- `id` (string, required): 节点 ID
- `title` (string): 新标题

### `list_scan_folders` (~21 tokens)

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

### `update_scan_folders` (~86 tokens)

更新 Git 项目扫描目录配置

Input parameters:

- `ignoredFolders` (array): 要忽略的文件夹名/glob 模式
- `maxDepth` (number): 最大递归深度，-1 为无限制
- `scanFolders` (array): 扫描目录列表
- `scanNested` (boolean): 是否扫描嵌套 Git 项目

## Diagnostics

Captured diagnostic sections: Provenance, Dependencies. The full working is on the page: https://verifymcp.io/servers/qxchuckle-qcqx-project-manage-mcp/qcqx-project-manage-mcp#diagnostics

## Score history

- 2026-08-03: 61
- 2026-08-02: 20
- 2026-08-01: 21
- 2026-07-31: 28
- 2026-07-29: 26
- 2026-07-28: 46
- 2026-07-27: 46

## Links

- npm package: https://www.npmjs.com/package/@qcqx/project-manage-mcp
- Socket report: https://socket.dev/npm/package/@qcqx/project-manage-mcp
- Repository: https://github.com/qxchuckle/qcqx-project-manage
- Changelog RSS feed: https://verifymcp.io/servers/qxchuckle-qcqx-project-manage-mcp/qcqx-project-manage-mcp/changelog.xml
- Changelog JSON feed: https://verifymcp.io/servers/qxchuckle-qcqx-project-manage-mcp/qcqx-project-manage-mcp/changelog.json
- HTML version of this page: https://verifymcp.io/servers/qxchuckle-qcqx-project-manage-mcp/qcqx-project-manage-mcp
