Langfuse MCP Server
Related Servers
Alternatives to Langfuse MCP Server
No user-submitted related servers found.
Related Servers
- AlicenseCqualityAmaintenanceMCP server for Langfuse observability. Query traces, debug exceptions, analyze sessions, and manage prompts and datasets for your LLM applications.48105MIT
- AlicenseNot gradedqualityDmaintenanceA Model Context Protocol (MCP) server for comprehensive monitoring and observability of systems using Langfuse.1MIT
- AlicenseAqualityCmaintenanceComprehensive MCP server for Langfuse, enabling AI assistants to access and manage traces, observations, scores, datasets, and sessions for observability.248 npm1MIT

Logfire MCP Serverofficial
AlicenseAqualityBmaintenanceA Model Context Protocol server that enables LLMs to retrieve and analyze OpenTelemetry traces and metrics from Logfire, supporting exception tracking and custom SQL queries against telemetry data.416,122 PyPI162MIT- AlicenseNot gradedqualityFmaintenanceA robust server implementing the Model Context Protocol with SSE and STDIO transport, enabling real-time communication and extensible tooling for AI models.291 npm4MIT
- AlicenseBqualityCmaintenanceA Model Context Protocol server that provides seamless integration with Coroot observability platform, enabling monitoring of applications, analysis of performance metrics, examination of logs and traces, and management of infrastructure through Coroot's comprehensive API.6116MIT
TDQS
Scored across 58 tools
Most tools target distinct resource+action pairs, and descriptions contain helpful cross-references (e.g., fetch_traces vs fetch_trace vs search_trace_content). However, fetch_scores and list_scores_v2 both list scores and differ only by API version, and the error-related tools (find_exceptions, get_error_count, get_exception_details) have somewhat fuzzy boundaries that descriptions must work hard to clarify.
Nearly all names follow a verb_noun pattern with descriptive nouns, but the retrieval verbs are used inconsistently: get_prompt/get_dataset/get_model vs fetch_trace/fetch_observations/fetch_sessions for the same kind of operation, and list_scores_v2 sits alongside fetch_scores. The mixed get/fetch/list convention creates avoidable confusion.
58 tools is far above the comfortable range and will strain agent tool-selection accuracy and context budgets. While Langfuse is a broad platform, this surface spans CRUD, analytics, and management concerns that could be split into separate servers or consolidated (e.g., the 10+ analytics tools repeatedly fetch and aggregate traces in overlapping ways).
The surface covers the core Langfuse domains well: traces, sessions, observations, scores (read/write), prompts, datasets, comments, models, and annotation queues, plus a robust analytics layer. Minor gaps exist (no delete for comments/prompts/datasets, no model creation), but these align with Langfuse API constraints and don't create dead ends for common workflows.