SushiMCP
Related Servers
Alternatives to SushiMCP
No user-submitted related servers found.
Related Servers
- AlicenseAqualityAmaintenanceA Model Context Protocol (MCP) server that helps large language models index, search, and analyze code repositories with minimal setup141,001MIT
- AlicenseAqualityDmaintenanceA Model Context Protocol (MCP) server designed to easily dump your codebase context into Large Language Models (LLMs).13 npm3Apache 2.0
- AlicenseBqualityCmaintenanceThis is a powerful Model Context Protocol (MCP) server that integrates multiple AI coding agents—Anthropic Claude Code, OpenAI Codex, and Google Gemini—directly into your workflow. It enables seamless cross-provider analysis, leveraging Gemini's massive token window, Codex's specialized coding capabilities, and Claude's advanced reasoning.102 npmMIT
- AlicenseAqualityDmaintenanceA Model Context Protocol server that provides development standards and best practices context to AI coding assistants, ensuring generated code adheres to team/project conventions.320 npm1MIT
- AlicenseAqualityDmaintenanceUniversal MCP server that analyzes any codebase and provides structured context to AI assistants. Dynamic, accurate, and token-efficient.187 npmMIT
- AlicenseAqualityAmaintenanceMCP Server for persistent code indexing. Gives AI assistants (Claude, Gemini, Copilot, Cursor) instant access to your codebase. 50x less context than grep.22141 npm43MIT
TDQS
Scored across 4 tools
Each tool has a clearly distinct purpose: fetch_llms_txt and fetch_openapi_spec retrieve content from URLs, while list_llms_txt_sources and list_openapi_spec_sources list available sources for those URLs. There is no overlap in functionality, and the descriptions clearly differentiate between fetching and listing operations for two distinct resource types (llms.txt and OpenAPI specs).
All tool names follow a consistent verb_noun pattern with snake_case: fetch_llms_txt, fetch_openapi_spec, list_llms_txt_sources, and list_openapi_spec_sources. The naming is predictable and readable, with 'fetch' for retrieval actions and 'list' for source enumeration, maintaining uniformity throughout the set.
With 4 tools, the count is reasonable for a server focused on fetching and listing documentation sources. It covers two resource types (llms.txt and OpenAPI specs) with complementary operations, but it might feel slightly thin if expanded to handle more documentation formats or additional actions like validation or processing. Overall, it's well-scoped for its apparent purpose.
The tool set provides basic fetch and list operations for llms.txt and OpenAPI specs, covering retrieval and source discovery. However, there are notable gaps: no tools for updating, deleting, or validating these resources, and no operations for other documentation formats mentioned in descriptions (e.g., llms-full.txt or llms-mini.txt). This limits the surface to read-only actions, which may cause agents to hit dead ends in more complex workflows.