Skip to main content
Glama

Related Servers

Alternatives to two-minds-one-lock

No user-submitted related servers found.

    Related Servers

    • A
      license
      A
      quality
      D
      maintenance
      Nine deterministic MCP tools that make LLM answers prove themselves before you trust them.
      9
      13 npm
      MIT
    • A
      license
      A
      quality
      A
      maintenance
      An MCP server that lets AI models run code in 31 languages, evaluate symbolic math and logic problems, and measure complexity—exposed as 48 tools for execution, session management, translation, optimization, and more.
      2
      49
      3
      Apache 2.0
    • A
      license
      B
      quality
      C
      maintenance
      An MCP server that improves LLM reasoning through dialectical argumentation and generates verified code via a player-coach loop.
      4
      172
      MIT
    • A
      license
      Not graded
      quality
      C
      maintenance
      A cognitive optimization engine exposed as an MCP server that amplifies LLM reasoning through self-consistency sampling, MCTS, Dung argumentation, symbolic verification, and measured confidence.
      MIT

    TDQS

    A4.4/5.0

    Scored across 4 tools

    Disambiguation3/5

    observe_system and get_status overlap heavily: both report attempts remaining and probe history. While observe_system is more comprehensive, the redundancy could cause an agent to pick the wrong one. probe and submit_solution are clearly distinct.

    Naming Consistency4/5

    Most tools follow a verb_noun pattern (observe_system, submit_solution, get_status), but probe is a bare verb without an explicit object. The style is consistent with snake_case lowercase.

    Tool Count5/5

    Four tools is a well-scoped set for a simple lock-deduction game, covering reconnaissance, probing, solution submission, and status checking.

    Completeness5/5

    The tool surface covers the full gameplay loop: observe the system, probe candidates, submit the solution, and check status. No obvious missing operations.

    Maintenance

    ActivitySlowing
    ResponsivenessNo issues