This MCP server implementation provides access to Langfuse's prompt management capabilities, allowing users to list and retrieve prompts through the Model Context Protocol. Developed by marcklingen, it transforms Langfuse prompts into MCP-compatible formats, supports pagination for prompt listing, and includes a prompt compilation feature. The server also offers tool-based operations for increased compatibility with MCP clients. It's particularly useful for AI applications requiring dynamic prompt management, version control, and integration with existing Langfuse workflows. The implementation focuses on production-labeled prompts and is designed to work seamlessly with Claude Desktop and Cursor environments.
No reviews yet. Be the first to review!
Sign in to join the conversation
List available prompts with an optional cursor parameter for pagination. Returns a list of prompts along with their arguments.
Retrieve and compile a specific prompt. Requires a 'name' parameter to specify the prompt and an optional 'arguments' parameter as a JSON object with prompt variables.