Skip to main content
Glama

Related Servers

Alternatives to lemonade-bench

No user-submitted related servers found.

    Related Servers

    • A
      license
      A
      quality
      C
      maintenance
      An MCP server that lets LLM agents autonomously play retro games by driving a real OpalEmu emulator in a Playwright-controlled browser, exposing tools for loading ROMs, controlling buttons, and capturing screenshots.
      6
      4
      AGPL 3.0
    • A
      license
      Not graded
      quality
      D
      maintenance
      Enables LLM-driven text game state management by exposing MCP tools for managing players, locations, items, entities, and abstract concepts.
      MIT
    • A
      license
      Not graded
      quality
      A
      maintenance
      The local MCP server that gives any AI agent safe desktop control. Provides 6 compact tools (computer, accessibility, window, system, browser, task) for cross-platform GUI automation with ground-truth verification.
      41
      400
      MIT
    • A
      license
      Not graded
      quality
      B
      maintenance
      MCP server that lets LLMs play a terminal Space Invaders game with the SUPERHOT rule: time only moves when the agent moves. Exposes tools to start a game, inspect the board state, and act by holding left/right/fire for N frames.
      7
      1
      MIT
    • A
      license
      Not graded
      quality
      C
      maintenance
      A framework-agnostic computer-use MCP server that exposes core desktop operations (screen capture, mouse, keyboard, and file access) as standard MCP tools, enabling any MCP-compatible agent to drive a computer.
      236
      MIT

    TDQS

    A3.9/5.0

    Scored across 23 tools

    Disambiguation5/5

    Each tool has a clear, distinct purpose covering a specific aspect of the game (observation, configuration, day execution, results, memory). Even the multiple get_* tools are differentiated by their target (weather, locations, day results, month history, business report, catalogs). No two tools overlap in function.

    Naming Consistency5/5

    All tools follow a consistent snake_case verb_noun pattern (e.g., get_day_weather, set_recipe, buy_supplies). The lemonade_ prefix unifies the set, and the verbs (get, set, buy, start, run, wait, read, update) clearly indicate the action. Minor deviation like lemonade_observe is still in the same style and understandable.

    Tool Count4/5

    23 tools is slightly above the ideal 3-15 range, but the lemonade stand simulation has many subsystems (weather, locations, staff, upgrades, recipe, price, advertising, supplies, day management, results, notebook). Each tool addresses a unique aspect, so the count is justified for the game's complexity.

    Completeness5/5

    The tool set fully covers the lifecycle: configuration (set_recipe, set_price, set_advertising, select_location), preparation (buy_supplies, buy_supply_basket, buy_upgrade, set_staff), execution (start_day, run_day, wait_for_day_end), and review (get_day_results, get_month_history, get_business_report). The notebook tools provide memory persistence, and no obvious operational gaps exist.

    Maintenance

    ActivitySlowing
    ResponsivenessNo issues