docvet
Related Servers
Alternatives to docvet
No user-submitted related servers found.
Related Servers
- AlicenseNot gradedqualityDmaintenanceCode linting and style checking tools for AI agents, exposed as an MCP server. Supports style checks, naming conventions, complexity analysis, dead code detection, and import analysis.25 npmMIT
- FlicenseNot gradedqualityDmaintenanceA Python-based MCP server that enforces configurable Quality Assurance automation strategies for AI coding agents, ensuring generated tests adhere to strict architectural and testing standards.-
- AlicenseNot gradedqualityDmaintenanceMCP server that enables coding agents to check documentation claims against source code, detecting drift and suggesting fixes.7 npm2MIT
- AlicenseNot gradedqualityCmaintenanceEnables AI agents to read, write, and maintain documentation through an MCP server, providing tools for asking questions, generating docs, checking drift, and exploring knowledge graph.15 npmMIT
- AlicenseCqualityAmaintenanceAn MCP server implementing Spec-Driven Development workflows for AI-agent CLIs and IDEs like Claude Code and Cursor, enabling spec-first development with automated workflow guidance and quality checks.16201 npm51MIT
- AlicenseNot gradedqualityDmaintenanceExposes Docusaurus documentation and OpenAPI specs as an MCP server, enabling AI agents to search docs and inspect API endpoints.5 npmMIT
TDQS
Scored across 2 tools
The two tools serve clearly distinct purposes: docvet_check executes checks and returns findings, while docvet_rules lists rule metadata and fix guidance. There is no overlap, and the check tool explicitly points to the rules tool for next steps.
Both tools use a consistent snake_case pattern with the shared 'docvet_' prefix. However, the second parts differ in form ('check' is an action, 'rules' is a resource), which is a minor deviation from a pure verb_noun convention.
Two tools are slightly under the typical 3-15 range, but each earns its place in this narrow, well-scoped docstring-checking domain. The check tool is feature-rich, so the set does not feel arbitrarily thin.
The core workflow—run checks, then look up rule guidance—is fully covered, and the check tool handles configuration errors gracefully. Minor gaps exist, such as no direct auto-fix or fix-application tool, but these are not essential for the stated purpose.