QCM MCP Server
QCM · Quality Crisis Management
Ein Skill zur Anleitung bei der Lösung von Qualitätsproblemen. v1.0.0-Release · kapselt „Qualitätskrisenbewältigung + System-Governance-Bewertung + Wissenssicherung“ in eine wiederverwendbare Problemlösungs-Pipeline.
5-Sekunden-Überblick
# MCP server(10 工具:问题解决核心 6 + Infoseek 协同 3 + 插件 1)
python scripts/mcp_server.py输入场景 → 协议匹配(action-orders 14 章)→ 场景路由(意图×领域)→ 4 形态输出
案例应用 / 决策卡片 / 评估报告 / 快速响应(防御性标注 + 缺口协同)Related MCP server: MXCP
🎉 Highlights der v1.0.0-Veröffentlichung
Fähigkeit | Beschreibung |
🏗️ 4-Ebenen-Architektur | Strikte Trennung von Ausgabe/Protokoll/Eingabe/Basisschicht + Validierungsebene + Kooperationsebene (5 Paradigmen durchgängig) |
📜 14-Kapitel-Protokollautorität | action-orders.md als einzige Quelle: AO-Karte / Krisenmanagement / Trigger-Matrix / Doppel-Nullstellung / Governance-Ebenen |
🧭 Szenario-Routing-Nutzung | Absicht × Domäne → Form × Komponente dynamisch kombiniert (Konfidenz-Gating + Fallback bei keinem Treffer) |
🧩 Komponentenpool mit drei Mechanismen | Normalisierte Registrierung (Kapazitätsbeschränkung) + Häufigkeitsklassen (new/active/stable) + Zwangsabbildung (Absicht × Domäne × Komplexität) |
🛡️ Defensive Ausgabe |
|
🤝 Infoseek-Koordination | 5-dimensionale Lücken-Trigger + Mischstrategie in 3 Phasen + L0→L3-Abbau Kette (optionale Abhängigkeit) |
✅ Regression vollständig grün | 38 Suites PASS + Validator 96/96 + Guard 9 Prüfungen 0 Probleme |
Schnellstart
1. Installation / Aktualisierung
pip install -r requirements.txt # 核心依赖(PyYAML)
pip install -r requirements-optional.txt # 可选能力(LLM / GraphQL / OTel 等)
# 完整依赖说明见 DEPENDENCIES.md2. MCP-Integration
Das Projekt stellt .mcp.json (Zwei-Server-Konfiguration) bereit, das direkt von Clients wie Claude/Codex geladen werden kann:
{
"mcpServers": {
"qcm-search": {
"command": "${QCM_ROOT}/scripts/mcp_server.py",
"args": ["--transport", "stdio"],
"env": {
"QCM_ROOT": "${QCM_ROOT}",
"QCM_AUTH_TOKEN": "${QCM_AUTH_TOKEN}"
}
},
"infoseek-search": {
"command": "${INFOSEEK_ROOT}/scripts/infoseek_mcp_server.py",
"args": ["--transport", "stdio"],
"env": {
"INFOSEEK_ROOT": "${INFOSEEK_ROOT}"
}
}
}
}💡 Unter Windows ändern Sie
commandzupython3undargszu["脚本路径", "--transport", "stdio"].
Werkzeugliste (10 Werkzeuge):
6 Kern-Tools zur Problemlösung:
qcm_research/qcm_decide/qcm_solve_problem/qcm_score_source/qcm_audit/qcm_validate3 Infoseek-Kooperationstools:
qcm_attribution/qcm_attribution_phase/qcm_gap_detect1 Plugin-Erweiterung:
qcm_plugin_echo(Hot‑Reload‑Beispiel)
3. Umgebungsvariablen
Variable | Zweck | Standard |
| QCM-Installationswurzel (Pfadnormalisierung) | Automatisch ermittelt |
| Infoseek-Installationswurzel (Skill-übergreifende Zusammenarbeit) | Erkennungsliste |
| Schlüsselwortpfad-Override | references/config/keyword.yaml |
| MCP-Authentifizierungs-Token | — |
Dokumentnavigation
Dokument | Zweck |
Vollständige Skill-Definition (Konzept/Fähigkeiten/Triggerwörter) | |
Externer Versionsverlauf | |
Liste externer Abhängigkeiten + Zweck + Fallback-Pfade | |
Liste externer API-KESSlüssel + Nutzen (ohne echte Schlüsselwerte) | |
14-Kapitel-Protokollautorität | |
Eingabeverträge (md-input + Richtlinien) | |
Schlüsselwortbibliothek + Routing + Komponentenkonfiguration | |
Versions-Changelog | |
Installationsanleitung | |
Troubleshooting | |
Test-Suites (38, aggregiert durch run_all.py) |
Versions-Roadmap
Version | Status | Hinweise |
v1.0.0 | 🟢 Aktuelle Version | Versionsnormalisierung · 4-Ebenen-Architektur · 14-Kapitel-Protokoll · Szenariorouting · Komponentenpool mit drei Mechanismen |
0.0.0-pre | ✅ Historisch | Pre-Release-Basise (ursprüngliches internes V8.3.1-System) · historisch abgelegt in docs/CHANGELOG.md |
Folgende Versionen | 🟡 Geplant | Ausmusterung basierend auf Schlüsselwort-Trefferquote · Anbindung von suggest_research · Erweiterung der Branchenwissenspakete |
Test-Matrix
⚠️ Die Anzahl der Testfälle wird von den Test-Suites selbst gemeldet (PASS–Zähler). Einstiegspunkt:
python tests/run_all.py(Scriptstil, not pytest).
Testgruppe | Suites | > Kategorie |
engines (8) | q\_all / cross / loop / combo / super / reverse / full / lowfreq | Engine-Regression |
basic (20) | qcm_mcp v0.1→v0.9–Reihe | MCP-Protokoll + Typ Evolution |
protocol (8) | v1.1→v1.6–Reihe (GraphQL / OTel / WS / Zweikanal) | Erweiterte Protokolle |
Haupttests (2) | qcm_v82_test (27 Fälle) / qcm_router_golden_test (15 Fälle) | Szenario-Routing + Ambiguitäts-Regression |
Umgebungsunterschiede:
v021(benötigt LLM-Schlüssel) undv071(Infoseek ws wurde entfernt) werden bei fehlender Umgebung automatisch übersprungen, ohne FAIL zu melden;v131/v151benötigen OTel-Abhängigkeit (env_archiv.sh --deps–Ein-Befehl-Wiederherstellung).
Projektstruktur
QCM/
├── SKILL.md # Skill 定义(yfm + 文档)
├── manifest.yaml # 平台 manifest
├── skill_meta.json # 元数据(版本/范式/维度/输出形态)
├── README.md # 本文件
├── version_history.md # 版本历史
├── DEPENDENCIES.md # 依赖声明
├── API_KEYS.md # Key 声明(不含真实值)
├── core/ # 核心库(路由/组装/验证/组件扫描/缺口检测)
│ ├── router.py # 场景路由(意图×领域 → 形态×组件)
│ ├── assembler.py # 输出组装(母模板锚点提取)
│ ├── validator.py # 4 形态验证器(96/96)
│ ├── component_scan.py # 组件热度分级
│ └── gap_detector.py # 5 维缺口检测
├── scripts/ # 适配层 + MCP server + 工具模块
│ ├── mcp_server.py # MCP server 门面(10 工具)
│ ├── infoseek_bridge.py # QCM↔Infoseek 归因桥(L0→L3 降级)
│ ├── sync_manifest.py # 双绑校验
│ ├── config_sync.py # 守卫 9 检
│ └── ...
├── references/ # 协议 + 契约 + 词库 + 配置 + 索引
│ ├── protocol/action-orders.md # 14 章协议权威
│ ├── contract/ # mds-input + 输入指引
│ ├── config/ # keyword/entities/components/constraint 等 10 配置
│ └── index/ # cases/knowledge-base/masters/tools 索引
├── components/ # 组件池(28 组件,索引自动生成勿手改)
├── outputs/ # 4 形态模板(唯一真源)
├── plugins/ # 插件扩展(热加载)
├── deploy/ # 部署资产(docker/k8s/monitoring/api)
├── docs/ # CHANGELOG / INSTALL / TROUBLESHOOTING / eval
└── tests/ # 38 套件(basic/protocol/engines + 主测试)Beiträge &Feedback
Bug-Meldung:
qcm --version(oder Server-Startlog) + minimales reproduzierbares Beispiel beifügenProtokollprobleme: Betroffene action-orders-Kapitelnummer angeben
Funktionsanfrage: Anwendungsfall + erwartete Ausgabemorm angeben
Testfehler:
python tests/run_all.pyausführen und vollständige Ausgabe anlegen
v1.0.0 | 4-Ebenen-Architektur · 14-Kapitel-Protokoll · 4 Formen · Szenario-Routing-Anwendung · Komponentenpool mit drei Mechanismen | Branchenweites Qualitätskrisenmanagement | Apache-2.0 License
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- AlicenseNot gradedqualityCmaintenanceEnables hybrid code audits using MCP tools across 12 domains, producing structured, scored, and actionable code quality reports.61MIT
- AlicenseNot gradedqualityBmaintenanceEnterprise-grade MCP framework for building production-ready AI tools with data quality, security, audit trails, and comprehensive testing.70Business Source 1.1
- FlicenseNot gradedqualityBmaintenanceEnables AI-powered procurement policy compliance, document generation, supplier management, budget verification, and analytics through standardized MCP tools.
- FlicenseNot gradedqualityCmaintenanceEnables AI-assisted project management governance across 8 domains including projects, RAID, scope, people, time, cost, meetings, and administration through 51 MCP tools.
Related MCP Connectors
36 MCP tools for projects, tasks, workers, QR/NFC tags, and AI remediation. Task. Scan. Done.
100+ MCP tools for AI agents: content metadata, trade intelligence, business-expertise analysis.
Free MCP tools: the only MCP linter, health checks, cost estimation, and trust evaluation.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/GYINT/Qcore'
If you have feedback or need assistance with the MCP directory API, please join our Discord server