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
0
View on GitHub

Installation

npx -y langfuse/mcp-server-langfuse

Configuration

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.

GitHub: https://github.com/langfuse/mcp-server-langfuse

Need More Details?

View the complete documentation, examples, changelog, and more on GitHub

View Full Documentation on GitHub