langfuse 的 MCP 服务器
用于将 AI 助手与 Langfuse 工作区集成的模型上下文协议 (MCP) 服务器实现。
概述
此软件包提供了一个 MCP 服务器,使 AI 助手能够与 Langfuse 工作区交互。它允许 AI 模型执行以下操作:
- 按时间范围查询 LLM 指标
安装
您可以在 npm 上找到该软件包: shouting-mcp-langfuse
先决条件
在使用服务器之前,您需要创建一个 Langfuse 项目并获取项目的公钥和私钥。您可以在 Langfuse 仪表板中找到这些密钥。
- 建立一个 Langfuse 项目
- 获取公钥和私钥
- 设置环境变量
配置
服务器需要以下环境变量:
LANGFUSE_DOMAIN
:Langfuse 域名(默认值:https://api.langfuse.com
)LANGFUSE_PUBLIC_KEY
:你的 Langfuse 项目公钥LANGFUSE_PRIVATE_KEY
:您的 Langfuse 项目私钥
用法
作为 CLI 工具运行
在代码中使用
可用工具
服务器提供以下 langfuse 集成工具:
getLLMMetricsByTimeRange
:按时间范围获取 LLM 指标
执照
国际学习中心
作者
存储库
This server cannot be installed
remote-capable server
The server can be hosted and run remotely because it primarily relies on remote services or has no dependency on the local environment.
MCP 服务器实现将 AI 助手与 Langfuse 工作区相集成,允许模型按时间范围查询 LLM 指标。
Related MCP Servers
- -securityFlicense-qualityA production-ready MCP server built with FastAPI, providing an enhanced tool registry for creating, managing, and documenting AI tools for Large Language Models (LLMs).Last updated 5 months ago32Python
- AsecurityFlicenseAqualityAn MCP server that enables LLMs to understand and analyze code structure through function call graphs, allowing AI assistants to explore relationships between functions and analyze dependencies in Python repositories.Last updated 4 months ago611Python
- AsecurityAlicenseAqualityA Model Context Protocol server that enables AI assistants to interact with Linear project management systems, allowing users to retrieve, create, and update issues, projects, and teams through natural language.Last updated 12 days ago3281394TypeScriptMIT License
- -securityFlicense-qualityAn MCP server that fetches real-time documentation for popular libraries like Langchain, Llama-Index, MCP, and OpenAI, allowing LLMs to access updated library information beyond their knowledge cut-off dates.Last updated 4 months ago2Python