送信

Langfuse MCP

@therealsachin

Production-ready Langfuse MCP Server with 28 tools for LLM analytics, cost monitoring, and dataset management. Features secure dual-mode operation (readonly & readwrite), real-time cost analysis, trace debugging, and comprehensive usage insights. Deploy instantly with npx for seamless Claude Desktop and other LLM Client integration.

サーバー設定

{
  "mcpServers": {
    "langfuse-mcp": {
      "command": "npx",
      "args": [
        "langfuse-mcp"
      ],
      "env": {
        "LANGFUSE_SECRET_KEY": "<YOUR_LANGFUSE_SECRET_KEY>",
        "LANGFUSE_PUBLIC_KEY": "<YOUR_LANGFUSE_PUBLIC_KEY>",
        "LANGFUSE_HOST": "<YOUR_LANGFUSE_URL>"
      }
    }
  }
}