qcqx-project-manage MCP Server — 将项目管理能力暴露给 AI Agent(Cursor、Claude Desktop 等)
{
"mcpServers": {
"io-github-qxchuckle-qcqx-project-manage-mcp": {
"command": "<see-readme>",
"args": []
}
}
}No install config available. Check the server's README for setup instructions.
Are you the author?
Add this badge to your README to show your security score and help users find safe servers.
qcqx-project-manage MCP Server — 将项目管理能力暴露给 AI Agent(Cursor、Claude Desktop 等)
Is it safe?
No package registry to scan.
No authentication — any process on your machine can connect.
License not specified.
Is it maintained?
Last commit 1 days ago. 3 stars.
Will it work with my client?
Transport: stdio. Works with Claude Desktop, Cursor, Claude Code, and most MCP clients.
No automated test available for this server. Check the GitHub README for setup instructions.
No known vulnerabilities.
This server is missing a description. Tools and install config are also missing.If you've used it, help the community.
Add informationHave you used this server?
Share your experience — it helps other developers decide.
Sign in to write a review.
Dynamic problem-solving through sequential thought chains
A Model Context Protocol server for searching and analyzing arXiv papers
An open-source AI agent that brings the power of Gemini directly into your terminal.
The official Python SDK for Model Context Protocol servers and clients
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 的配置,保存起来,快速打开。