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.

评论

开发工具 分类下的更多 MCP 服务器