Skip to main content
Glama
Citrus086

mcporter-bridge

by Citrus086

Related Servers

Alternatives to mcporter-bridge

No user-submitted related servers found.

    Related Servers

    • F
      license
      Not graded
      quality
      C
      maintenance
      Aggregates multiple MCP servers into a single standard MCP interface for agents like Claude Code, with automatic tool prefixing and hot-reload.
      2
      -
    • A
      license
      Not graded
      quality
      B
      maintenance
      MCP server that enables introspection of any MCP server's registered tools by exposing mcpreg/list, mcpreg/get, and mcpreg/query tools, making tool registry accessible even when the underlying SDK lacks list_tools().
      MIT
    • A
      license
      Not graded
      quality
      C
      maintenance
      Aggregates multiple MCP servers behind a single local endpoint, letting LLM clients connect to one router that exposes a unified set of tools, resources, and prompts.
      3 npm
      MIT
    • A
      license
      A
      quality
      B
      maintenance
      Aggregates multiple MCP servers into a single interface, reducing token overhead and simplifying tool management for LLMs.
      6
      197 npm
      18
      Apache 2.0

    TDQS

    A3.8/5.0

    Scored across 6 tools

    Disambiguation5/5

    Each tool maps to a distinct phase of the MCP lifecycle: listing, exploring, calling, status checking, and activation/deactivation. There is no functional overlap between them, making selection unambiguous.

    Naming Consistency4/5

    All tools share the mcporter_ prefix and most follow a verb_noun pattern (list_servers, call_tool, activate_mcp, deactivate_mcp). However, 'help' and 'status' are single verbs/nouns that deviate slightly from the pattern.

    Tool Count5/5

    Six tools is an ideal number for a bridge server, covering the full management lifecycle without unnecessary bloat. Each tool has a clear and necessary role.

    Completeness5/5

    The tool set provides a complete workflow: discover available MCPs, activate large ones on demand, inspect tool schemas, call tools, and deactivate to free context. Status diagnostics round out the surface, so no critical operations are missing.

    Maintenance

    ActivityInactive
    ResponsivenessNo issues