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.
基本信息
配置
使用下面的配置,将此服务器添加到你的 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 服务器
JetBrains MCP Proxy Server
JetBrainsA model context protocol server to work with JetBrains IDEs: IntelliJ, PyCharm, WebStorm, etc. Also, works with Android Studio
Grafana MCP server
grafanaMCP server for Grafana
Burp Suite MCP Server Extension
PortSwiggerMCP Server for Burp
test
cloudwegoThe ultimate LLM/AI application development framework in Go.
MCP-Scan: An MCP Security Scanner
invariantlabs-aiSecurity scanner for AI agents, MCP servers and agent skills.
评论