ISO 9001 MCP Server
@stagsz
关于 ISO 9001 MCP Server
ISO 9001 Model Context Protocol Server Implementation
配置
工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
What is ISO 9001 MCP Server?
The ISO 9001 MCP Server is a Model Context Protocol server that helps organizations implement and maintain a Quality Management System (QMS) based on ISO 9001:2015. It provides a framework for managing quality processes, assessing risks, tracking performance metrics, and maintaining quality documentation.
How to use ISO 9001 MCP Server?
Install Node.js (version ≥16), clone the repository, run npm install and npm run build, then configure the server in your cline_mcp_settings.json file with the command node and args pointing to the built index.js. Use MCP tools such as create_process, add_risk, track_metric, create_document, and audit_document to manage your QMS.
Key features of ISO 9001 MCP Server?
- Process documentation with inputs, outputs, and resources.
- Risk-based thinking with likelihood, impact, and mitigation plans.
- Performance tracking through customizable metrics and targets.
- Comprehensive document management with creation and auditing.
- Built around the Plan-Do-Check-Act (PDCA) cycle.
Use cases of ISO 9001 MCP Server?
- Define and document operational processes for ISO 9001 compliance.
- Assess and mitigate risks associated with each process.
- Monitor key performance indicators (KPIs) to ensure process effectiveness.
- Create, review, and audit quality documentation like standard operating procedures.
FAQ from ISO 9001 MCP Server
What are the system requirements?
Node.js version 16 or higher and npm (bundled with Node.js) are required. Verify with node --version and npm --version.
How do I configure the server in my MCP client?
Modify your cline_mcp_settings.json file by adding an entry under mcpServers with "iso9001" as the key, "node" as command, and the path to dist/index.js as args.
What tools does the server provide for risk assessment?
The add_risk tool lets you specify a process ID, risk description, likelihood and impact scores (1–5), and a mitigation plan.
How can I track process performance?
Use the track_metric tool with the process ID, metric name, target value, current value, and unit (e.g., hours).
Is there a document audit feature?
Yes, the audit_document tool records auditor findings, a pass/fail status, and tracks document review needs.
常见问题
What are the system requirements?
Node.js version 16 or higher and npm (bundled with Node.js) are required. Verify with `node --version` and `npm --version`.
How do I configure the server in my MCP client?
Modify your `cline_mcp_settings.json` file by adding an entry under `mcpServers` with `"iso9001"` as the key, `"node"` as command, and the path to `dist/index.js` as args.
What tools does the server provide for risk assessment?
The `add_risk` tool lets you specify a process ID, risk description, likelihood and impact scores (1–5), and a mitigation plan.
How can I track process performance?
Use the `track_metric` tool with the process ID, metric name, target value, current value, and unit (e.g., hours).
Is there a document audit feature?
Yes, the `audit_document` tool records auditor findings, a pass/fail status, and tracks document review needs.
基本信息
其他 分类下的更多 MCP 服务器
MCP Go 🚀
mark3labsA Go implementation of the Model Context Protocol (MCP), enabling seamless integration between LLM applications and external data sources and tools.

Sequential Thinking
modelcontextprotocolModel Context Protocol Servers

EverArt
modelcontextprotocolModel Context Protocol Servers
MCP Toolbox for Databases
googleapisMCP Toolbox for Databases is an open source MCP server for databases.
Codelf
unbugA search tool helps dev to solve the naming things problem.
评论