Skip to main content
Glama
k-edge

mcp-graphql-bridge

by k-edge

Related Servers

Alternatives to mcp-graphql-bridge

No user-submitted related servers found.

    Related Servers

    TDQS

    C2.8/5.0

    Scored across 8 tools

    Disambiguation4/5

    The query__* tools are clearly separated by resource and singular/plural variant, and get_type_details serves a distinct introspection role. execute_graphql overlaps with the specific query tools by design, but its fallback purpose is clearly stated, so misselection is unlikely.

    Naming Consistency4/5

    The six query tools follow a consistent query__<resource> pattern, and the singular/plural distinction is predictable. The generic tools get_type_details and execute_graphql use a different verb_noun style, which is a minor deviation but not confusing.

    Tool Count5/5

    Eight tools is a lean, focused set for a GraphQL bridge: six common resource queries plus two generic utilities for schema inspection and arbitrary operations. Each tool has a clear purpose and the count feels appropriate.

    Completeness5/5

    The generic execute_graphql tool ensures any query or mutation can be run, covering coverage gaps beyond the named resources. get_type_details supports the workflow of discovering types and fields, so the surface has no obvious dead ends.

    Maintenance

    ActivityMaintained
    ResponsivenessSyncing