Skip to main content
MonitoringPython

avivsinai/langfuse-mcp

Query Langfuse traces, debug exceptions, analyze sessions, and manage prompts. Full observability toolkit for LLM applications.

monitoringcloud-service
Share:

Quick Start

Clone the repository:

git clone https://github.com/avivsinai/langfuse-mcp

Claude Desktop configuration example:

{
  "mcpServers": {
    "langfuse-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "avivsinai/langfuse-mcp"
      ]
    }
  }
}

Check the repository README for specific installation and configuration instructions.

Details

Category
Monitoring
Language
Python
Author
avivsinai