mcp-server-langfuse
The Langfuse Prompt Management MCP Server is a tool for managing prompts within the Langfuse platform using the Model Context Protocol. It facilitates prompt discovery and retrieval, offering compatibility through various tools while maintaining efficiency in list operations.
What is the purpose of the Langfuse Prompt Management MCP Server?
The server allows users to access and manage Langfuse prompts through the Model Context Protocol, facilitating prompt discovery and retrieval.
What are the limitations of the MCP Server?
The server only returns prompts with a 'production' label, assumes all arguments are optional, and requires fetching each prompt individually for list operations.
How can I contribute to the development of the MCP Server?
Contributions are welcome via issues or pull requests on the GitHub repository.
What environment variables are required for setup?
You need to set LANGFUSE_PUBLIC_KEY, LANGFUSE_SECRET_KEY, and LANGFUSE_BASEURL.
How does the server handle prompt arguments?
All arguments are assumed to be optional and do not include descriptions, as variables do not have specification in Langfuse.