
Security News
Ruby's Bundler 4.0.18 Extends Cooldown to bundle lock and bundle cache
The supply chain control that delays freshly published gems now covers lockfile generation and gem vendoring in Ruby projects.
@qcqx/project-manage-mcp
Advanced tools
qcqx-project-manage 的 MCP Server,通过 Model Context Protocol 将项目管理能力暴露给 AI Agent(Cursor、Claude Desktop 等)。
基于 @qcqx/project-manage-core 提供的核心逻辑,以 stdio 方式运行。
npm install -g @qcqx/project-manage-mcp
或通过 npx 免安装使用:
npx @qcqx/project-manage-mcp
在项目或全局的 .cursor/mcp.json 中添加:
{
"mcpServers": {
"qcqx-project-manage": {
"command": "npx",
"args": ["-y", "@qcqx/project-manage-mcp"]
}
}
}
编辑 claude_desktop_config.json:
{
"mcpServers": {
"qcqx-project-manage": {
"command": "npx",
"args": ["-y", "@qcqx/project-manage-mcp"]
}
}
}
claude mcp add qcqx-project-manage -- npx -y @qcqx/project-manage-mcp
在已保存的项目列表中模糊搜索(按 title、description、path)。
| 参数 | 类型 | 必填 | 说明 |
|---|---|---|---|
query | string | 是 | 搜索关键词 |
type | "project" | "group" | "all" | 否 | 筛选节点类型,默认 all |
扫描指定目录(或配置的默认目录)发现 Git 仓库。
| 参数 | 类型 | 必填 | 说明 |
|---|---|---|---|
directories | string[] | 否 | 要扫描的目录列表,省略时使用配置中的 gitProjectScanFolders |
maxDepth | number | 否 | 最大递归深度,-1 为无限制 |
获取项目详情(路径、Git 状态、remote URL 等)。
| 参数 | 类型 | 必填 | 说明 |
|---|---|---|---|
id | string | 是 | 项目节点 ID |
将项目添加到项目列表。
| 参数 | 类型 | 必填 | 说明 |
|---|---|---|---|
title | string | 是 | 项目名称 |
fsPath | string | 是 | 项目在文件系统上的绝对路径 |
parentId | string | 否 | 父节点 ID,省略则添加到根级 |
description | string | 否 | 项目描述 |
从项目列表移除节点。
| 参数 | 类型 | 必填 | 说明 |
|---|---|---|---|
id | string | 是 | 要移除的节点 ID |
在项目列表中创建一个分组。
| 参数 | 类型 | 必填 | 说明 |
|---|---|---|---|
title | string | 是 | 分组名称 |
parentId | string | 否 | 父节点 ID,省略则添加到根级 |
更新项目列表中的节点信息。
| 参数 | 类型 | 必填 | 说明 |
|---|---|---|---|
id | string | 是 | 节点 ID |
title | string | 否 | 新标题 |
description | string | 否 | 新描述 |
fsPath | string | 否 | 新路径 |
列出配置的 Git 项目扫描目录。无参数。
更新 Git 项目扫描目录配置。
| 参数 | 类型 | 必填 | 说明 |
|---|---|---|---|
scanFolders | (string | { path, desc?, category? })[] | 否 | 扫描目录列表 |
ignoredFolders | string[] | 否 | 要忽略的文件夹名/glob 模式 |
scanNested | boolean | 否 | 是否扫描嵌套 Git 项目 |
maxDepth | number | 否 | 最大递归深度,-1 为无限制 |
| URI | 说明 |
|---|---|
projects://list | 当前项目列表(只读 JSON 快照) |
projects://config | 当前应用配置 |
# 构建
pnpm build
# 类型检查
pnpm check-types
# 清理产物
pnpm clean
FAQs
qcqx-project-manage MCP Server
We found that @qcqx/project-manage-mcp demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Security News
The supply chain control that delays freshly published gems now covers lockfile generation and gem vendoring in Ruby projects.

Security News
During a UK cyber test, a Mythos 5 agent used sockpuppets, social engineering, and prompt injection to try to get a maintainer to merge malware.

Company News
Socket is now in the AWS Security Hub Extended plan. Adopt it through AWS, apply committed spend, and block malicious open source packages.