This server brings VS Code style project management into Claude and Cursor through MCP. It exposes operations for organizing projects in a tree structure, scanning local Git repositories, and managing recently opened folders. The core comes from an existing VS Code extension that handles drag and drop ordering, linked references, and automatic Git discovery. You'd reach for this when you want your AI agent to navigate between projects, open specific repos, or query what's available locally without manually listing paths. Think of it as giving Claude the same project sidebar awareness you have in your editor, backed by actual file system scanning rather than just conversation context.
一个更可靠、方便的项目管理工具,以树形结构组织项目,支持拖拽排序、关联链接、多窗口同步,还能自动扫描本地 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 的配置,保存起来,快速打开。
io.github.ericm1018/skillfm-llm-cost-optimizer-openai-anthropic-usage
io.github.mikerawsonnz/llm-orchestration-agent
io.github.mikerawsonnz/authenticated-llm-agent
labforgedev/copilot-memory-mcp
csoai-org/agent-prompt-injection-firewall-mcp
io.github.mikerawsonnz/authenticated-multi-llm-agent