Test Analyzer MCP Server
Related Servers
Alternatives to Test Analyzer MCP Server
No user-submitted related servers found.
Related Servers
- AlicenseDqualityDmaintenanceProvides tools for frontend testing including code analysis, test generation, test execution, and React component testing for Jest and Cypress frameworks.425MIT
- AlicenseNot gradedqualityDmaintenanceEnables AI assistants to run Vitest tests and analyze code coverage, supporting test-driven development workflows with tools for test execution and coverage analysis.93 npm3MIT
- FlicenseAqualityBmaintenanceEnables automated migration of JavaScript/TypeScript packages from legacy test runners like Karma, Webpack, and Mocha to Vitest, including AST codemods, multi-project test scaffolding, and self-learning diagnostics for resolving runtime errors.7-
- AlicenseNot gradedqualityDmaintenanceEnables AI assistants to analyze code health in TypeScript/JavaScript projects, providing tools to run analysis, start a dashboard, and get summaries.7 npm3MIT
- AlicenseNot gradedqualityDmaintenanceAnalyzes frontend project code (React, Vue, Angular) and converts it into AI-understandable flow diagrams and object structures. Provides tools for code analysis, variable/function/component inspection, and project structure insights.4 npmMIT
- -licenseBqualityNot gradedmaintenanceEnables comprehensive JavaScript code analysis and debugging using ESLint and custom pattern matching. Identifies syntax errors, potential bugs, code quality issues, and provides actionable fix suggestions for single files or entire projects.4-
TDQS
Scored across 3 tools
The tools have overlapping purposes that could cause confusion. 'analyze_test_setup' and 'get_test_summary' both provide analysis of test setups, with the summary tool potentially duplicating aspects of the setup analysis. However, 'check_coverage' is clearly distinct in focusing on coverage metrics, and descriptions help differentiate the overlapping tools to some extent.
The naming follows a mostly consistent verb_noun pattern (analyze_test_setup, check_coverage, get_test_summary), with all tools using snake_case. There is a minor deviation in verb choice ('analyze', 'check', 'get'), but the pattern remains readable and predictable across the set.
With only 3 tools, the server feels thin for its apparent scope of test analysis. A typical test analysis domain would benefit from more operations, such as running tests, generating reports, or handling specific test frameworks. The limited count suggests incomplete coverage of potential agent workflows.
There are significant gaps in the tool surface for test analysis. Missing operations include running tests, debugging failures, managing test data, or integrating with CI/CD. The tools focus only on setup analysis, coverage checking, and summarization, leaving out core actions that agents would need for comprehensive test handling.