avivsinai/langfuse-mcp
Query Langfuse traces, debug exceptions, analyze sessions, and manage prompts. Full observability toolkit for LLM applications.
Quick Start
Clone the repository:
git clone https://github.com/avivsinai/langfuse-mcpClaude Desktop configuration example:
{
"mcpServers": {
"langfuse-mcp": {
"command": "npx",
"args": [
"-y",
"avivsinai/langfuse-mcp"
]
}
}
}Check the repository README for specific installation and configuration instructions.