qcqx-project-manage MCP Server — 将项目管理能力暴露给 AI Agent(Cursor、Claude Desktop 等)
Config is the same across clients — only the file and path differ.
{
"mcpServers": {
"io-github-qxchuckle-qcqx-project-manage-mcp": {
"command": "<see-readme>",
"args": []
}
}
}Are you the author?
Add this badge to your README to show your security score and help users find safe servers.
一个更可靠、方便的项目管理工具,以树形结构组织项目,支持拖拽排序、关联链接、多窗口同步,还能自动扫描本地 Git 仓库。
No automated test available for this server. Check the GitHub README for setup instructions.
Five weighted categories — click any category to see the underlying evidence.
No known CVEs.
No package registry to scan.
Be the first to review
Have you used this server?
Share your experience — it helps other developers decide.
Sign in to write a review.
Others in productivity
MCP Security Weekly
Get CVE alerts and security updates for io.github.qxchuckle/qcqx-project-manage-mcp and similar servers.
Start a conversation
Ask a question, share a tip, or report an issue.
Sign in to join the discussion.
一个更可靠、方便的项目管理工具,以树形结构组织项目,支持拖拽排序、关联链接、多窗口同步,还能自动扫描本地 Git 仓库。


本项目为 pnpm monorepo,包含以下子包:
packages/
├── core/ # 共享核心库 — Git 扫描、配置管理、项目树数据结构
├── vscode/ # VS Code / Cursor 插件
├── cli/ # 命令行工具 (qpm)
└── mcp/ # MCP Server — 通过 Model Context Protocol 暴露项目管理能力
skills/ # AI Agent Skill — 纯文档,适配 Cursor / Claude Code 等平台
| 包 | 说明 | 详情 |
|---|---|---|
@qcqx/project-manage-core | 共享核心逻辑:Git 项目扫描、状态检测、配置与缓存管理、项目树操作 | README |
qcqx-project-manage | VS Code 插件,提供项目列表、最近文件夹、本地 Git 项目三个视图 | README |
@qcqx/project-manage-cli | 命令行工具 qpm,在终端中管理项目 | — |
@qcqx/project-manage-mcp | MCP Server,让 AI agent 通过标准协议使用项目管理功能 | README |
| AI Agent Skill | 纯文档 Skill,适配 Cursor / Claude Code 等平台 | README |
# 安装依赖
pnpm install
# 构建所有包
pnpm build
# 仅构建 core
pnpm build:core
# 仅构建 VS Code 插件
pnpm build:vscode
# 开发模式(watch)
pnpm watch
# 类型检查
pnpm check-types
# 打包 VS Code 插件为 .vsix
pnpm package:vsix
# 发布 VS Code 插件
pnpm publish:vscode
为什么支持文件保存?
有很多配置类的文件分散在各处,比如 ssh、claude 的配置,保存起来,快速打开。