langfuse_mcp-server-langfuse
If you are the rightful owner of langfuse_mcp-server-langfuse 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.
Langfuse Prompt Management MCP Server allows access and management of Langfuse prompts through the Model Context Protocol.
The Langfuse Prompt Management MCP Server is designed to facilitate the management and retrieval of prompts using the Model Context Protocol (MCP). It provides a structured way to list and access Langfuse prompts, transforming them into MCP prompt objects. The server supports prompt discovery and retrieval, offering features like pagination and prompt compilation with variables. It also includes tools to enhance compatibility with MCP clients that do not support prompt capabilities. The server is a work in progress and has some limitations, such as only returning prompts with a 'production' label and assuming all arguments are optional. Contributions to improve the server are encouraged.
Features
- MCP Prompt: Implements MCP Prompts specification for prompt discovery and retrieval.
- prompts/list: Lists all available prompts with optional cursor-based pagination.
- prompts/get: Retrieves a specific prompt and compiles it with provided variables.
- get-prompts: Lists available prompts with optional pagination.
- get-prompt: Retrieves and compiles a specific prompt with required and optional parameters.
Tools
get-prompts
Lists available prompts with optional cursor parameter for pagination.
get-prompt
Retrieves and compiles a specific prompt with required name parameter and optional arguments.