IEC 62304 Requirements MCP Server
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@IEC 62304 Requirements MCP Servercreate a new software requirement for patient data encryption"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
IEC 62304 Class C Requirements Management MCP Server
A Model Context Protocol (MCP) server for managing software requirements in compliance with IEC 62304 Class C medical device software standards.
Features
✅ Full IEC 62304 Class C compliance
📋 Software requirement management with versioning
🔗 Complete traceability matrix generation
📊 Requirements dashboard and statistics
📝 Automated SRS document generation
🔒 Risk management integration (ISO 14971)
📚 Comprehensive audit trail
Related MCP server: MCP Planning Server
Installation
# Clone or create project directory
mkdir iec62304-mcp-requirements
cd iec62304-mcp-requirements
# Install with uv
uv syncUsage with Claude Desktop
Add to Claude Desktop config (
~/Library/Application Support/Claude/claude_desktop_config.jsonon Mac):
{
"mcpServers": {
"iec62304-requirements": {
"command": "uv",
"args": [
"--directory",
"/path/to/iec62304-mcp-requirements",
"run",
"src/server.py"
]
}
}
}Restart Claude Desktop
Available Tools
create_requirement- Create new software requirementget_requirement- Retrieve requirement detailsupdate_requirement- Update with version controlget_requirement_history- View version historycreate_traceability_link- Link requirements to other artifactssearch_requirements- Search and filter requirementsgenerate_traceability_matrix- Export traceability matrixgenerate_srs_document- Generate SRS documentationget_dashboard_statistics- View requirements statisticscreate_risk_control- Create risk control with linkage
IEC 62304 Compliance
This tool implements:
Section 5.1.1: Requirements traceability
Section 5.2: Software requirements analysis
Section 8: Configuration management
ISO 14971 risk management integration
License
MIT 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.
Latest Blog Posts
- 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/Pakawat-Dev/iec62304-mcp-requirements'
If you have feedback or need assistance with the MCP directory API, please join our Discord server