teleprompter

raisinbread/teleprompter

3.3

If you are the rightful owner of teleprompter and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.

Teleprompter is an MCP server designed to manage and expose tools for prompt re-use with LLMs, enhancing efficiency and consistency in interactions.

Teleprompter is a robust Model Context Protocol (MCP) server that facilitates the storage, management, and reuse of prompt templates for Large Language Models (LLMs). By leveraging the power of MCP, Teleprompter allows users to create, store, and retrieve complex prompt templates, significantly reducing the need to repeat detailed instructions. This server is particularly useful for scenarios where consistent and complex instructions are frequently required, such as music recommendations, work ticket management, email templates, and code review guidelines. With its support for template variables, users can dynamically generate prompts tailored to specific contexts. Additionally, Teleprompter integrates a fast full-text search capability using MiniSearch, enabling users to quickly find and utilize stored prompts. The server is built on a modern, type-safe TypeScript codebase and includes extensive testing to ensure reliability and performance.

Features

  • Prompt Storage & Reuse: Efficiently store and retrieve prompt templates for LLMs.
  • MCP Server: Exposes prompt tools via the Model Context Protocol.
  • Prompt Variables: Supports dynamic prompt generation with template variables.
  • Search: Fast full-text search over stored prompts using MiniSearch.
  • TypeScript: Modern, type-safe codebase with extensive testing.

Usages

usage with npx

{
  "mcpServers": {
    "teleprompter": {
      "command": "npx",
      "args": ["-y", "mcp-teleprompter"],
      "env": {
        "PROMPT_STORAGE_PATH": "/path/to/your/prompts-directory"
      }
    }
  }
}