Labsco
raisinbread logo

Teleprompter

β˜… 4

from raisinbread

A server for managing and reusing prompts with Large Language Models (LLMs).

πŸ”₯πŸ”₯πŸ”₯βœ“ VerifiedFreeQuick setup

Teleprompter

Teleprompter Logo

An MCP server that manages and exposes tools to allow prompt re-use with LLMs.


Table of Contents


Features

  • Prompt Storage & Reuse: Store, search, and retrieve prompt templates for LLMs.
  • MCP Server: Exposes prompt tools via the Model Context Protocol (MCP).
  • Prompt Variables: Supports template variables (e.g., {{name}}) for dynamic prompt generation.
  • Search: Fast full-text search over stored prompts using MiniSearch.
  • TypeScript: Modern, type-safe codebase.
  • Extensive Testing: Includes unit and integration tests with Vitest.

Testing

Run all tests:

npm test

Run tests with coverage:

npm run test:coverage

Tests are written with Vitest. Coverage reports are generated in the coverage/ directory.