Skip to main content
Glama

Related Servers

Alternatives to BaaS-MCP

No user-submitted related servers found.

    Related Servers

    • F
      license
      Not graded
      quality
      A
      maintenance
      Enables IDEs like Cursor, Windsurf, and Claude Code to access and query Appwrite documentation through a vector-powered search system. Provides developers with contextual Appwrite documentation directly within their development environment.
      11
      -
    • A
      license
      Not graded
      quality
      B
      maintenance
      Enables multi-modal vector search over UI components, including text-based and image-based search, plus fetching component screenshots, with Firebase authentication and OAuth token management.
      30 npm
      MIT
    • A
      license
      Not graded
      quality
      C
      maintenance
      Provides AI agents with access to DFNS documentation, API reference, and SDK code through full-text search and type intelligence.
      19 npm
      MIT

    TDQS

    A3.6/5.0

    Scored across 3 tools

    Disambiguation5/5

    Each tool has a clearly distinct purpose with no overlap: get-document-by-id retrieves a specific document by ID, get-project-config returns project configuration, and search-documents performs keyword-based searches across all documents. The descriptions clearly differentiate between individual document lookup, project-level settings, and broad search functionality.

    Naming Consistency4/5

    The naming is mostly consistent with a verb-noun pattern (get-document-by-id, get-project-config, search-documents), using kebab-case throughout. The minor deviation is that 'get-document-by-id' includes a preposition ('by-id') while others do not, but the overall pattern remains clear and readable.

    Tool Count4/5

    With 3 tools, the count is reasonable for a BaaS authentication system server, covering core operations: retrieving documents, checking project config, and searching. It might be slightly thin for full CRUD coverage (e.g., no create/update/delete tools), but it aligns well with a read-focused documentation helper.

    Completeness3/5

    The tool set covers key read operations for a documentation system but has notable gaps. It lacks update, delete, or creation tools for documents, which could limit agent workflows if modifications are needed. However, for a search-and-retrieve purpose, it provides essential functionality with get and search tools.

    Maintenance

    ActivityInactive
    ResponsivenessNo issues