CAT
/MCP
SkillsMCPMarketplacesDigestToolsAdvertise

This week in Claude

Every Monday: Claude Code, Agent SDK, MCP, and the Anthropic platform moves worth your time.

Skills by Category
Frontend DevelopmentBackend & APIsTesting & QASecurityDevOps & CI/CDGit & Pull RequestsDocumentationCode Review & QualityAI & Agent BuildingSkill Development
MCP Servers by Category
Sales & MarketingWeb & Browser AutomationDatabasesAI & LLM ToolsCloud & InfrastructureCommunication & MessagingDeveloper ToolsDesign & CreativeDocuments & KnowledgeSearch & Web Crawling
Marketplaces by Category
AI Agents & OrchestrationLLM IntegrationDevelopment ToolsFrontend & UIBackend & APIsDatabasesTesting & Code QualityDevOps & CloudSecurity & ComplianceGit & Version Control

Cross AI Tools

Discover Claude Code plugins, extensions, and tools. Automatically updated directory of Anthropic Claude AI marketplaces with development tools, productivity plugins, and integrations.

Resources

  • Browse Skills
  • Browse MCP Servers
  • Browse Marketplaces
  • Plugins Reference

Community

  • About
  • Tools
  • Feedback
  • Privacy Policy
  • Advertise

Built for the Claude Code community with Claude Code by @mertduzgun

Independent project, not affiliated with Anthropic

Qcqx Project Manage Mcp

qxchuckle/qcqx-project-manage
3STDIOregistry active
Summary

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.

CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
Keep your Mac awake
Keep your Mac awake
Keep your Mac awake while Claude Code and 40+ AI agents run. Sleeps when they're idle.
One time payment $9 →
Context.devContext.dev
Context.dev
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
Make money from your Skills
Make money from your Skills
On Capafy, your Skill runs online 24/7 as an agent product, and you get paid every time someone uses it.
Start earning →
AppSignal
AppSignal
Monitor with ease. Code with confidence.
Start Free Trial →
CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
Keep your Mac awake
Keep your Mac awake
Keep your Mac awake while Claude Code and 40+ AI agents run. Sleeps when they're idle.
One time payment $9 →
Context.devContext.dev
Context.dev
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
Make money from your Skills
Make money from your Skills
On Capafy, your Skill runs online 24/7 as an agent product, and you get paid every time someone uses it.
Start earning →
AppSignal
AppSignal
Monitor with ease. Code with confidence.
Start Free Trial →

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

Featured
CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
Keep your Mac awake
Keep your Mac awake
Keep your Mac awake while Claude Code and 40+ AI agents run. Sleeps when they're idle.
One time payment $9 →
Context.devContext.dev
Context.dev
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
Make money from your Skills
Make money from your Skills
On Capafy, your Skill runs online 24/7 as an agent product, and you get paid every time someone uses it.
Start earning →
AppSignal
AppSignal
Monitor with ease. Code with confidence.
Start Free Trial →
Categories
AI & LLM Tools
Registryactive
Package@qcqx/project-manage-mcp
TransportSTDIO
UpdatedApr 8, 2026
View on GitHub

Related AI & LLM Tools MCP Servers

View all →
SkillFM LLM Cost Optimizer

io.github.ericm1018/skillfm-llm-cost-optimizer-openai-anthropic-usage

LLM cost optimizer for OpenAI, Anthropic, token usage, BYOK, and SkillFM Beacon audits.
Llm Orchestration Agent

io.github.mikerawsonnz/llm-orchestration-agent

Run a prompt through a LangChain (system + human) chain over Gemini on Vertex AI; optional LangSmith
Authenticated Llm Agent

io.github.mikerawsonnz/authenticated-llm-agent

JWT-gated LLM gateway: authenticate (bcrypt/JWT), then run a LangChain-on-Vertex Gemini completion.
Copilot Memory MCP

labforgedev/copilot-memory-mcp

Persistent semantic memory for AI agents using local ChromaDB vector search. No cloud required.
1
Agent Prompt Injection Firewall Mcp

csoai-org/agent-prompt-injection-firewall-mcp

The WAF for agents. Pattern-based + heuristic firewall scans prompts, RAG documents, tool argume...
Authenticated Multi Llm Agent

io.github.mikerawsonnz/authenticated-multi-llm-agent

Google-OAuth-gated LLM gateway: verify a Google ID token, then run a Gemini (Vertex AI) completion f