Structured Workflow Server
Enforce disciplined AI-assisted programming workflows by requiring systematic auditing, analysis, and verified outputs at each development phase. Guide AI through structured phases like refactoring, feature development, and testing to ensure thorough understanding and quality results. Prevent skipping steps and maintain session state to uphold workflow integrity. ## Manual Installation ### Clone the repository - git clone https://github.com/kingdomseed/structured-workflow-mcp - cd structured-workflow-mcp ### Install dependencies and build - npm install - npm run build Then add this to your MCP.json ``` "structured-workflow": { "command": "node", "args": [ "/path/to/your/structured-workflow-mcp/dist/index.js" ], "env": {} } ```
Score History
Category Trends
Static Analysis
| Metric | Score | Rating |
|---|---|---|
| Schema Completeness | 100 | Good |
| Description Quality | 90 | Good |
| Documentation Coverage | 62 | Fair |
| Maintenance Pulse | 61 | Fair |
| Dependency Health | 80 | Good |
| License Clarity | — | Poor |
| Version Hygiene | 55 | Fair |