Skip to main content
Glama

Related Servers

Alternatives to llm-cli-gateway

No user-submitted related servers found.

    Related Servers

    • A
      license
      A
      quality
      B
      maintenance
      One MCP that turns Claude Code into your whole dev stack by swallowing other MCP servers, delegating to Codex & Gemini on your CLI subscriptions, remembering projects in a searchable knowledge graph, and carrying setup across sessions — secret-free by design.
      23
      3
      MIT
    • A
      license
      A
      quality
      A
      maintenance
      One local gateway for all your MCP servers — shared by every AI coding tool (Claude, Cursor, VS Code, Codex). Set up each server once; keys stay in the OS keychain; lazy discovery keeps agent context small. Local-first, open source.
      4
      130 npm
      211
      MIT
    • A
      license
      B
      quality
      C
      maintenance
      This 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.
      10
      24 npm
      MIT
    • F
      license
      Not graded
      quality
      D
      maintenance
      Unified local MCP AI Gateway that routes across Groq, OpenRouter, Mistral, and local Ollama providers, with OpenAI-compatible APIs, MCP tools, fallback/racing router, monitoring, and web dashboard.
      -
    • A
      license
      A
      quality
      A
      maintenance
      Centralized encrypted gateway that routes requests to 11+ LLM providers (API keys and CLI subscriptions) through a single OpenAI-compatible endpoint, with MCP tools for vault operations, code search, and shared state.
      30
      6 npm
      1
      MIT
    • A
      license
      Not graded
      quality
      D
      maintenance
      A FastMCP-based Model Context Protocol (MCP) server that provides unified access to multiple AI APIs including OpenAI GPT, Google Gemini, Anthropic Claude, and xAI Grok.
      15 npm
      MIT

    TDQS

    A3.5/5.0

    Scored across 65 tools

    Disambiguation3/5

    Most tools map to distinct resources and actions, and the descriptions carefully separate validation jobs from LLM request jobs, workspace tools from file browsing, and per-provider sync/async variants. However, generic names like job_status/job_result next to llm_job_status/llm_job_result, plus overlapping validation starters (ask_model, second_opinion, consensus_check, validate_with_models), create real selection ambiguity.

    Naming Consistency3/5

    The dominant snake_case verb_noun pattern is readable and per-category prefixes like claude_*, codex_*, config_*, session_*, and workspace_* are consistent. But the set mixes naming approaches across categories—job_status/job_result lack the llm_/validation_ prefix their counterparts have, list_available_models and list_models are confusingly similar, and provider_subcommands_list vs provider_subcommand_contract is inconsistent in number.

    Tool Count2/5

    65 tools is far above the 25+ threshold and will likely overwhelm an agent navigating the surface. The broad gateway scope explains some of the size, but per-provider sync/async pairs, a separate validation job namespace, and extensive introspection/contract tooling could be consolidated or parameterized.

    Completeness4/5

    The surface covers the main gateway lifecycles well: request execution, job polling and cancellation, session CRUD and activation, config release management, validation workflows, provider admin, version checks, and approval review. Minor gaps such as no validation-job cancel and no workspace update/delete tool are workaround-able and do not create dead ends.

    Maintenance

    ActivityActive
    ResponsivenessNo issues