Skip to content
Back to search
100
MCP live MCP 2025-06-18 http

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
33.3%
3 direct probes · 30d
Response
223ms
last probe
Tools
4
callable
Resources
0
readable
Prompts
0
available

Tools · 4

submitFeedback

Submit explicit user-approved feedback to the Langfuse team. Before calling, ask permission and show the exact payload. If the user wants a reply, ask them to include their email address in the feedba…

searchLangfuseDocs

Semantic search (RAG) over the Langfuse documentation. Use this whenever the user asks a broader question that cannot be answered by a specific single page. Returns a concise answer synthesized from r…

getLangfuseDocsPage

Fetch the raw Markdown for a single Langfuse docs page. Accepts a docs path (e.g., /docs/observability/overview) or a full https://langfuse.com URL. Returns the exact Markdown (may include front matte…

getLangfuseOverview

Get a high-level, machine-readable index by downloading https://langfuse.com/llms.txt. Use this at the start of a session when needed to discover key docs endpoints or to seed follow-up calls to searc…

How to use

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

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