yudao-pilot-mcp
Related Servers
Alternatives to yudao-pilot-mcp
No user-submitted related servers found.
Related Servers
- FlicenseNot gradedqualityDmaintenanceWorkspace-aware MCP server that provides AI clients with structural code understanding via AST parsing, hybrid retrieval, and git history, enabling accurate code search, definition lookup, and blame analysis.-
- AlicenseNot gradedqualityAmaintenanceA production-ready MCP server that enables AI assistants to intelligently understand, analyze, edit, navigate, and review software projects with multi-workspace support, Git integration, and semantic search.1MIT
- AlicenseNot gradedqualityBmaintenanceMCP server that scans workspace roots to build a registry of version-controlled projects, exposing tools for searching, listing, and inspecting projects to help AI coding agents navigate multi-repo workspaces efficiently.MIT
- AlicenseCqualityDmaintenanceAn experimental MCP server that enables AI assistants to interact with VS Code workspaces through file operations, code execution, and Git management. It also provides tools for Docker integration, project scaffolding, and secure command execution using project-specific configurations.7629 npm3MIT
- AlicenseAqualityDmaintenanceA unified MCP server for scaffolding project structures across multiple frameworks including Spring Boot, React, Vue, Next.js, FastAPI, Django, Flask, Express, and more.25 npm1MIT
- AlicenseNot gradedqualityCmaintenanceToken-efficient MCP server for multi-language project analysis (Java, TypeScript, JavaScript, Markdown, Python) with plugins, semantic search, and static analysis.MIT
TDQS
Scored across 13 tools
Each tool has a clearly distinct purpose: config load/init/discover, project validation, database resolution, schema/codegen context inspection, SQL/scaffold generation, SQL application, and merging error codes/dict types. Even related tools like generate_codegen_sql and apply_codegen_sql are cleanly separated into generate vs. apply.
All tool names follow a consistent verb_noun snake_case pattern (load_, init_, discover_, generate_, inspect_, validate_, resolve_, apply_, merge_). The verbs are varied but meaningful, and the pattern is uniform throughout the entire set.
13 tools is well within the ideal 3-15 range for a domain-specific scaffolding tool. Each tool earns its place by covering a distinct step in the workspace configuration and code generation lifecycle, without redundancy or bloat.
The tool surface covers the full workflow: workspace discovery/init/load/validate, database config resolution, table schema inspection, SQL generation and application, code scaffold generation, and merging of backend error codes and frontend dict types. No obvious dead ends or missing operations for the stated purpose.