Skip to main content
Glama
rnd-pro
by rnd-pro

Related Servers

Alternatives to Agent Aggregator

No user-submitted related servers found.

    Related Servers

    • A
      license
      A
      quality
      B
      maintenance
      Aggregates multiple MCP servers into a single interface, reducing token overhead and simplifying tool management for LLMs.
      6
      103 npm
      17
      Apache 2.0
    • F
      license
      Not graded
      quality
      B
      maintenance
      Aggregates multiple MCP servers and custom Python tools behind a single endpoint, with intelligent context and tool discovery for AI agents.
      -
    • A
      license
      Not graded
      quality
      D
      maintenance
      Aggregates multiple MCP servers into a single endpoint, enabling LLM clients to access tools, resources, and prompts from various backends through one connection.
      7 npm
      MIT
    • A
      license
      Not graded
      quality
      A
      maintenance
      Aggregates tools from multiple upstream MCP servers and exposes them through 4 meta-tools, enabling LLMs to discover and use hundreds of tools without loading all schemas upfront.
      2
      Apache 2.0
    • A
      license
      Not graded
      quality
      C
      maintenance
      Aggregates multiple Model Context Protocol servers into a single gateway to provide unified search, description, and execution of tools. It reduces context limit issues by dynamically fetching specific tool schemas only when needed rather than loading all available tools at once.
      6 npm
      23
      MIT
    • 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
      -

    TDQS

    A3.5/5.0

    Scored across 10 tools

    Disambiguation4/5

    The three filter tools are clearly distinct, and the AI code tools have distinct actions (explain, review, fix, edit, test, simulate, analyze). Some overlap exists between fix_code and edit_code, but descriptions clarify the difference.

    Naming Consistency4/5

    All tools follow a consistent domain__action pattern using double underscores, but the action part is not uniformly verb_noun (e.g. filter__get vs ai-tools__explain_code). This is a minor inconsistency that does not impede readability.

    Tool Count5/5

    Ten tools is well-scoped for an aggregator with two functional areas: filter management and AI code analysis. Each tool seems to serve a distinct purpose without redundancy.

    Completeness5/5

    Filter management covers get/update/reset completely, and AI code analysis covers explain, review, fix, edit, test, simulate, and project analysis. There are no obvious dead ends or missing core operations for the stated domains.

    Maintenance

    ActivityInactive
    ResponsivenessNo issues