Skip to main content
Glama

Related Servers

Alternatives to Teleprompter

No user-submitted related servers found.

    Related Servers

    • A
      license
      Not graded
      quality
      D
      maintenance
      Enables creation, management, and templating of prompts through a simplified SOLID architecture, allowing users to organize prompts by category and fill in templates at runtime.
      13 npm
      118
      MIT
    • A
      license
      Not graded
      quality
      C
      maintenance
      Enables users to organize, search, and manage a shared library of prompts across AI tools via the Model Context Protocol. It supports hierarchical folder organization, tagging, and template variable substitution for dynamic prompt generation.
      MIT
    • A
      license
      A
      quality
      D
      maintenance
      Allows users to save, organize, and manage AI prompts, folders, and tags directly within MCP-compatible tools like Claude and Cursor. It supports version history tracking, prompt searching, and the ability to save public templates to a personal collection.
      20
      8 npm
      MIT

    TDQS

    A3.9/5.0

    Scored across 4 tools

    Disambiguation4/5

    Mostly distinct purposes: createPrompt writes, usePrompt fetches and executes, searchPrompts and listPrompts both read but differ in scope (fuzzy search vs. full list). The descriptions clarify the distinction between search and list, so confusion is unlikely.

    Naming Consistency4/5

    All tool names follow a verb + noun pattern with camelCase, but there is a minor inconsistency: createPrompt and usePrompt use singular 'Prompt' while searchPrompts and listPrompts use plural 'Prompts'. This is a minor deviation but still readable.

    Tool Count5/5

    Four tools is well-scoped for a prompt management and usage server. Each tool serves a clear, necessary function (create, use, search, list) without redundancy or bloat.

    Completeness3/5

    The core create/read/use operations are covered, but update and delete are missing. This is a notable gap for managing a prompt library, as prompts cannot be edited or removed after creation, potentially causing stale or incorrect prompts to persist.

    Maintenance

    ActivityInactive
    ResponsivenessNo issues