Langfuse runs on your own machine — the client starts it, so there is no endpoint to ping. 25 installs a week from npm. Last commit 30 Aug 2026.
MCP server for Langfuse LLM observability — trace and observation analysis.
We read the source, 8 h ago · rules 3dff92dd89df
What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.
этот файл ставится пользователю, но в репозитории его нет
const initProcess = spawn(this.claudeCodePath, args, {
Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.
We found places where it runs commands, builds paths or queries from values it is given. None of that is a flaw by itself — it becomes one when the code changes, and code changes quietly between releases. We re-read it on every one.
This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.
claude mcp add langfuse -- npx -y langfuse-observability-mcp-server
{
"mcpServers": {
"langfuse": {
"args": [
"-y",
"langfuse-observability-mcp-server"
],
"command": "npx"
}
}
}
[mcp_servers.langfuse]
command = "npx"
args = ["-y", "langfuse-observability-mcp-server"]
{
"mcpServers": {
"langfuse": {
"args": [
"-y",
"langfuse-observability-mcp-server"
],
"command": "npx"
}
}
}
{
"mcpServers": {
"langfuse": {
"args": [
"-y",
"langfuse-observability-mcp-server"
],
"command": "npx"
}
}
}
This one needs environment variables set before it will start:
LANGFUSE_SECRET_KEY (Langfuse secret key for authentication.), LANGFUSE_PUBLIC_KEY (Langfuse public key for authentication.), LANGFUSE_BASE_URL (Langfuse API base URL.).
The author declared them in the registry entry; get the values from the project itself.
Structured observability for AI agents. Trace steps, decisions, and errors. MCP server + CLI viewer.
MCP server for querying logs from observability platforms with unified search and tracing
Query application logs, traces, and metrics from your AI coding assistant via Foam's MCP server.
BetterDB MCP server - Valkey observability for Claude Code and other MCP clients
Darshan I/O profiler MCP server for analyzing I/O trace files
Step-by-step observability for MCP agent workflows
MCP server for unpacking and analyzing Playwright trace.zip archives
Local MCP server for architectural decisions, traceability, and non-authoritative proposals.
Answers built from our own checks of this server.