DevEnv Doctor MCP
Related Servers
Alternatives to DevEnv Doctor MCP
No user-submitted related servers found.
Related Servers
- AlicenseNot gradedqualityCmaintenanceEnables LLM clients to inspect local dev environments—Docker container health, pnpm workspace integrity, and stuck process detection—without manual terminal copy-pasting.MIT
- AlicenseAqualityBmaintenanceProvides AI coding agents with structured, evidence-based diagnostics about the local development environment, detecting tech stack, runtime mismatches, dependency state, services, ports, and Git status without exposing secrets or using network calls.10Apache 2.0
- AlicenseAqualityBmaintenanceEnables MCP-compatible AI assistants to inspect projects, processes, ports, logs, HTTP endpoints, Git state, and development databases for local runtime diagnostics.7MIT
- FlicenseAqualityBmaintenanceProvides AI coding agents with real-time visibility into local development runtime state, enabling them to tail application logs, inspect ports, monitor process metrics, and diagnose network errors.1-
- AlicenseAqualityAmaintenanceChecks your local development environment for common issues like wrong Node version, missing Docker, missing git config, missing .env keys, and busy ports, and provides fixes.65 npm1MIT
- AlicenseNot gradedqualityDmaintenanceEnables AI agents to autonomously check, diagnose, and recover Dockerized services through safe, tool-based ops without direct host shell access.MIT
TDQS
Scored across 4 tools
Each tool targets a distinct concern: ping for liveness, Docker container status, pnpm workspace validation, and process diagnosis. No two tools overlap in purpose, so an agent can easily select the right one.
Three tools use a verb_noun pattern (check_docker_status, check_pnpm_workspace, diagnose_stuck_process), but 'ping' deviates by using a standalone verb without a prefix. This is a minor inconsistency, but the naming remains intuitive.
With only 4 tools, the server is tightly scoped for a development environment diagnostics tool. Each tool provides a specific health check, and the count feels appropriate without being too thin or overloaded.
The tools cover several common dev environment issues (Docker, pnpm, stuck processes), but the broad 'DevEnv Doctor' purpose suggests missing checks like system resource monitoring or package manager version validation. These are notable gaps but agents can work around them.