ArchitectGBT MCP Server
Related Servers
Alternatives to ArchitectGBT MCP Server
No user-submitted related servers found.
Related Servers
- FlicenseNot gradedqualityDmaintenanceEnables LLM-powered code analysis, generation, debugging, and context management through MCP integration with IDEs like Cursor and Claude Desktop.-
- FlicenseNot gradedqualityCmaintenanceProvides real-time monitoring of AI agents, context, usage limits, workflows, files, Git, tests, builds, errors, secrets, and model-economy advice for tools like Claude Code, Codex, and Cursor, with 30 MCP tools for comprehensive observability.1-
- -licenseNot gradedqualityNot gradedmaintenanceBridges VSCode's Language Server Protocol with MCP to give AI assistants instant access to code intelligence, delivering 100-1000x faster responses with 90% fewer tokens than traditional text-based searching. Provides 17 production-ready tools for navigation, refactoring, diagnostics, and code analysis.35-
- AlicenseNot gradedqualityDmaintenanceEnables AI-assisted development by providing a library of 110+ curated prompts, workflows, and coding standards, with MCP tools for prompt retrieval, composition, and multi-step workflow chains.7 npmMIT
- AlicenseDqualityFmaintenanceDescribe your AI use case in plain English, get ranked model recommendations with cost estimates and tradeoff reasoning. Covers 62 models across 29 providers. Available as a web app (BYOK + guest tier) and as an MCP server for Claude Desktop and Cursor — same recommendation engine, two interfaces.11MIT
- FlicenseNot gradedqualityCmaintenanceEnables AI coding assistants to manage persistent memory, search project context, generate tests, review architecture, and orchestrate workflows through 15 MCP tools, enhancing context-aware code generation.-
TDQS
Scored across 3 tools
Each tool has a clearly distinct responsibility: listing models, getting a recommendation, and fetching a code template. Descriptions are explicit about boundaries, especially the warning on get_ai_recommendation to not use it for non-software tasks.
All tool names follow a consistent verb_noun pattern in lowercase snake_case: get_ai_recommendation, get_code_template, list_models. No mixed conventions or vague verbs.
Three tools is within the typical well-scoped range and perfectly sized for a server that offers two core actions (recommend and template) plus a discovery/list function. Each tool earns its place.
The surface covers the full workflow for AI model integration: discover models (list_models), get a tailored recommendation (get_ai_recommendation), and obtain integration code (get_code_template). There are no obvious dead ends for the domain.