Back to search
30
MCP

mcp-server-langfuse

langfuse/mcp-server-langfuse

Model Context Protocol (MCP) Server for Langfuse Prompt Management. This server allows you to access and manage your Langfuse prompts through the Model Context Protocol.

Uptime
0.0%
4 probes
Response
0ms
last probe
Tools
0
callable
Primary URL
https://langfuse.com

Similar MCP servers embedding-nearest

langfuse-mcp
MCP server that exposes the Langfuse REST API as tools — query traces, observations, sessions, scores, prompts, datasets, and metrics from a
0 tools
langfuse-mcp
Langfuse MCP server for accessing and analyzing telemetry data via natural language
0 tools
langfuse-traces-mcp
MCP server that fetches Langfuse traces and provides them as context to VS Code coding agents.
0 tools
mcp-file-context-server
A Model Context Protocol (MCP) server that provides file system context to Large Language Models (LLMs). This server enables LLMs to read, s
0 tools
langfuse-mcp-better
Enhanced Langfuse MCP server with training data extraction for fine-tuning and reinforcement learning. Supports LangGraph node filtering and
0 tools
langfuse-mcp-server
Langfuse MCP server with built-in analytics, multi-project routing, and Google OAuth. Token percentiles, accuracy metrics, failure detection
0 tools

How to use

Add to your Claude Desktop / Cursor / Cline MCP config:

{
  "mcpServers": {
    "mcp-server-langfuse": {
      "url": "https://langfuse.com",
      "transport": "http"
    }
  }
}