langfuse

Route Langfuse prompt operations via MCP and access traces through CLI.

Updated Apr 12, 2026
One-click install
npx skills add https://github.com/jankneumann/agentic-assistant --skill langfuse-jankneumann
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: langfuse
Source: https://github.com/jankneumann/agentic-assistant/tree/main/.agents/skills/langfuse
Command: npx skills add https://github.com/jankneumann/agentic-assistant --skill langfuse-jankneumann

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires jq, base64, python3, uv, npx, curl, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill centralizes Langfuse observability and prompt-management so you can trace LLM behavior, debug issues, and manage prompts without juggling multiple tools or workflows.

Core Features & Use Cases

  • Single front door for Langfuse tasks: Routes requests across Skill knowledge, the Langfuse CLI, and the Langfuse MCP server based on intent.
  • Prompt management via MCP: Fetch, create, and label prompt versions using MCP tools (preferred for prompt reads/writes).
  • Trace and data access via CLI: List and inspect traces, observations, scores, datasets, sessions, and metrics through the Langfuse CLI.
  • Instrumentation and best-practice guidance: Points to targeted references for tracing setup, prompt migration, user feedback, SDK upgrades, and Claude Code Stop-hook wiring.

Quick Start

Use the langfuse skill to instrument your application for tracing and to register the Langfuse MCP server so prompt reads and writes can happen with MCP tool calls.

Frequently Asked Questions about langfuse

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I add LLM tracing and observability to my application?

To add LLM tracing, route instrumentation requests through this Skill to access reference-driven setup practices for capturing application execution data. It validates LANGFUSE credentials and guides tracing implementation to debug observability gaps in LLM behavior.

How do I migrate hardcoded prompts into versioned prompt management?

Migrate hardcoded prompts into versioned Langfuse prompts by routing read and write operations through the Langfuse MCP server. This enables fetching, creating, and labeling prompt versions via MCP tool calls within a unified management layer.

Can I capture user feedback as scores in Langfuse?

Yes, capturing user feedback as scores is supported by routing data access requests to the Langfuse CLI. You can list and inspect traces, observations, scores, datasets, and sessions to evaluate LLM application performance.

How do I wire Claude Code transcripts into Langfuse traces?

Wire Claude Code transcripts into Langfuse traces by configuring a Claude Code Stop-hook. This Skill provides targeted reference materials for hook setup to automatically capture and route transcript execution data into your observability backend.

Do I need specific credentials to use the Langfuse MCP server for prompt management?

Yes, Langfuse credential validation is required before routing prompt operations to the MCP server. The Skill checks LANGFUSE_* credentials to enable prompt reads and writes, falling back to the CLI for non-prompt resource access.