Code Guider MCP Server
Related Servers
Alternatives to Code Guider MCP Server
No user-submitted related servers found.
Related Servers
AlicenseNot gradedqualityAmaintenanceMCP server that gives AI assistants impact analysis, cross-project reference tracking, and code health scoring.179 PyPI4Apache 2.0- FlicenseAqualityDmaintenanceAn intelligent MCP server that orchestrates multiple MCP servers with AI-enhanced workflow automation and production-ready context engine capabilities for codebase analysis.37-
- AlicenseAqualityDmaintenanceAn MCP server that provides local code quality analysis for AI coding assistants, supporting file analysis, git diff review, and full project scanning with quality scoring.43MIT
- AlicenseNot gradedqualityDmaintenanceA local MCP server providing persistent memory for AI coding assistants by storing and searching architectural decisions, patterns, and solutions. It also includes tools for git automation and mapping codebase expertise based on project history.MIT
- AlicenseNot gradedqualityDmaintenanceAn AI-powered MCP server that provides development tools for code analysis, documentation, and project management including code pattern extraction, humorous code reviews, TODO scanning, and PRD generation.5 npmISC
- AlicenseCqualityAmaintenanceMCP server that provides 160 specialist AI agents as parallel sub-agents and MCP tools for tasks like security auditing, API design, DB schema design, and more. It is local-first with BYOK support and integrates with 12+ IDEs.1611MIT
TDQS
Scored across 25 tools
Several tools have highly overlapping purposes: manage_workflows, start_workflow, get_workflow, list_workflows, auto_detect_workflow all relate to workflows but with unclear boundaries. Additionally, transition_role and transition_role_workflow appear to do essentially the same thing (both 'transition to a different role in workflow execution'), and there are two metrics tools (get_metrics, get_execution_metrics) with overlapping descriptions. The 'manage_*' family and the specific workflow tools create significant ambiguity about which tool to select.
The naming is inconsistent with mixed conventions. Some tools use a 'manage_X' prefix pattern (manage_quality_rules, manage_workflows, manage_templates), while others use verb_front patterns (start_workflow, get_guidance, report_completion, pause_execution), and some mix style (ai_migrate, init_samples using abbreviations). There are also duplicates with different names (transition_role vs transition_role_workflow, get_metrics vs get_execution_metrics) indicating no coherent naming scheme.
25 tools is on the heavy side for an MCP server. Several tools appear to be near-duplicates (transition_role vs transition_role_workflow, get_metrics vs get_execution_metrics), which inflates the count. The 'manage_*' and role/workflow concepts overlap heavily, suggesting the surface could be significantly consolidated. This feels somewhat bloated for the scope of a workflow guidance server.
The workflow lifecycle is reasonably covered: start, list, get, pause, resume, report completion, transition roles, get guidance, and metrics. However, there's no explicit cancel/stop operation, no obvious tool for listing or getting execution details directly (only metrics), and the relationship between 'manage_execution', 'pause_execution', 'resume_execution', and 'start_workflow' is unclear. The gap between auto-detection/init_samples and the actual workflow tools suggests some portions are underdeveloped.