Back to Browse

Qcqx Project Manage MCP Server

Developer ToolsLow Risk9.7MCP RegistryLocal
Free

Server data from the Official MCP Registry

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

About

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

Security Report

9.7
Low Risk9.7Low Risk

Valid MCP server (2 strong, 6 medium validity signals). No known CVEs in dependencies. ⚠️ Package registry links to a different repository than scanned source. Imported from the Official MCP Registry. 1 finding(s) downgraded by scanner intelligence.

13 files analyzed · 1 issue found

Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.

How to Install

Add this to your MCP configuration file:

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

Documentation

View on GitHub

From the project's GitHub README.

qcqx-project-manage

VS Marketplace Open VSX

一个更可靠、方便的项目管理工具,以树形结构组织项目,支持拖拽排序、关联链接、多窗口同步,还能自动扫描本地 Git 仓库。

项目列表

本地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-manageVS Code 插件,提供项目列表、最近文件夹、本地 Git 项目三个视图README
@qcqx/project-manage-cli命令行工具 qpm,在终端中管理项目
@qcqx/project-manage-mcpMCP 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

环境要求

  • Node.js ≥ 16
  • pnpm ≥ 9

QA

为什么支持文件保存?

有很多配置类的文件分散在各处,比如 ssh、claude 的配置,保存起来,快速打开。

许可

MIT

Reviews

No reviews yet

Be the first to review this server!