MCP.so
ログイン
L

Langfuse Mcp

@hugoles

Langfuse Mcp について

TypeScript MCP server for the Langfuse Public API with tools to query traces, observations, sessions, scores, prompts, datasets, and metrics from any MCP client.

基本情報

カテゴリ

開発者ツール

トランスポート

stdio

公開者

hugoles

投稿者

Hugo

設定

以下の設定を使って、このサーバーを MCP 対応クライアントに追加してください。

{
  "mcpServers": {
    "langfuse": {
      "command": "npx",
      "args": [
        "-y",
        "langfuse-mcp"
      ],
      "env": {
        "LANGFUSE_PUBLIC_KEY": "pk-lf-...",
        "LANGFUSE_SECRET_KEY": "sk-lf-...",
        "LANGFUSE_BASE_URL": "https://cloud.langfuse.com"
      }
    }
  }
}

ツール

ツールは検出されませんでした

ツールは README から自動的に抽出されます。メンテナーは ## Tools という見出しの下に記載することで、このタブに反映できます。

概要

What is Langfuse Mcp?

A TypeScript MCP server that integrates with the Langfuse Public API, providing tools to query traces, observations, sessions, scores, prompts, datasets, and metrics from any MCP client.

How to use Langfuse Mcp?

Key features of Langfuse Mcp

  • TypeScript MCP server for the Langfuse Public API
  • Query traces, observations, and sessions
  • Query scores, prompts, and datasets
  • Query metrics
  • Accessible from any MCP client

Use cases of Langfuse Mcp

  • Retrieve Langfuse traces via MCP
  • Fetch observations and sessions
  • Access scores, prompts, and datasets
  • Obtain metrics from Langfuse

FAQ from Langfuse Mcp

What does Langfuse Mcp do?

It is a TypeScript MCP server for the Langfuse Public API, enabling queries of traces, observations, sessions, scores, prompts, datasets, and metrics.

What data can I query with Langfuse Mcp?

Traces, observations, sessions, scores, prompts, datasets, and metrics.

コメント

「開発者ツール」の他のコンテンツ