langfuse_mcp-server-langfuse
0
The Langfuse Prompt Management MCP Server is a server that allows the management of Langfuse prompts via the Model Context Protocol. It offers features for listing and retrieving prompts, and it is suitable for integration with tools like Claude Desktop.
Langfuse Prompt Management MCP Server
Access and manage Langfuse prompts through the Model Context Protocol (MCP). Offers prompt discovery and retrieval, including listing all available prompts with cursor-based pagination and transforming Langfuse prompts into MCP prompt objects. Provides tools replicating MCP Prompts functionality for broader compatibility.
Features
- Prompts List: List all available prompts with optional pagination.
- Get Prompt: Retrieve a specific prompt and compile it with provided variables.
Usage
- Build: Install dependencies and build the server.
- Add Server: Add to MCP servers in tools like Claude Desktop by configuring environment variables.
Limitations
- Only production-labeled prompts are returned.
- Arguments are optional without descriptions.
- List operations require inefficient individual prompt fetching.