langfuse-mcp by avivsinai
46 score
MCP server for Langfuse observability. Query traces, debug exceptions, analyze sessions, and manage prompts and datasets for your LLM applications.
Ranked #2429 out of 10163 indexed tools.Actively maintained with commits in the last week.
Is this your tool? Claim this listing to add maintainer context, get a verified badge, and unlock analytics.
Claim listing → Signal Breakdown
Installs 2
Freshness 6d ago
Issue Health 100%
Stars 79
Platform Breadth 1 platform
Contributors 2
Description Good
How to Improve
Platforms medium impact
Supported Platforms
From the README
# Langfuse MCP Server [Model Context Protocol](https://modelcontextprotocol.io) server for [Langfuse](https://langfuse.com) observability. Query traces, debug errors, analyze sessions, manage prompts. ## Why langfuse-mcp? Comparison with [official Langfuse MCP](https://github.com/langfuse/mcp-server-langfuse) (as of Jan 2026): | | langfuse-mcp | Official | |-|--------------|----------| | **Traces & Observations** | Yes | No | | **Sessions & Users** | Yes | No | | **Exception Tracking** | Yes | No | | **Prompt Management** | Yes | Yes | | **Dataset Management** | Yes | No | | **Selective Tool Loading** | Yes | No | This project provides a **full observability toolkit** — traces, observations, sessions, exceptions, and prompts — while the official MCP focuses on prompt management. ## Quick Start Requires [uv](https://docs.astral.sh/uv/getting-started/installation/) (for `uvx`). Get credentials from [Langfuse Cloud](https://cloud.langfuse.com) → Settings → API Keys. If self-hostedRead full README on GitHub →