Skip to main content
Glama

Related Servers

Alternatives to RPG MCP Server

No user-submitted related servers found.

    Related Servers

    TDQS

    A4.2/5.0

    Scored across 7 tools

    Disambiguation5/5

    Each tool has a distinct, non-overlapping purpose: createGame initializes, getGame retrieves state, progressStory advances narrative, promptUserActions presents choices, selectAction processes user input, selectRestart handles restart, and updateGame modifies state. No ambiguity between tools.

    Naming Consistency5/5

    All tool names follow a consistent camelCase verb_noun pattern (e.g., createGame, progressStory, promptUserActions). Names are descriptive and predictable.

    Tool Count5/5

    With 7 tools, the set is well-scoped for an RPG server, covering essential operations (create, read, update, progression, user interaction, restart) without unnecessary bloat or gaps.

    Completeness5/5

    The tools form a complete lifecycle: create → progress → prompt → select → update → (loop or restart). All necessary stages for dynamic narrative gameplay are present, and the flow is clearly documented.

    Maintenance

    ActivityInactive
    ResponsivenessNo issues