developer tools
Mcp Server Langfuse
MCP server to access and manage LLM application prompts created with [Langfuse]([https://langfuse.com/](https://langfuse.com/docs/prompts/get-started)) Prompt Management.
python
local
developer tools
Installation
npx -y langfuse/mcp-server-langfuseConfiguration
Add this to your Copilot settings (Settings → Features → MCP → Add New MCP Server):
{
"name": "mcp-server-langfuse",
"command": "npx",
"args": [
"-y",
"langfuse/mcp-server-langfuse"
]
}About This MCP Server
langfuse/mcp-server-langfuse
MCP server to access and manage LLM application prompts created with Langfuse Prompt Management.
Need More Details?
View the complete documentation, examples, changelog, and more on GitHub
View Full Documentation on GitHub