langfuse 用 MCP サーバー
AI アシスタントを Langfuse ワークスペースに統合するためのモデル コンテキスト プロトコル (MCP) サーバー実装。
概要
このパッケージは、AIアシスタントがLangfuseワークスペースと連携できるようにするMCPサーバーを提供します。これにより、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 メトリックを取得する
ライセンス
ISC
著者
リポジトリ
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.
AI アシスタントを Langfuse ワークスペースと統合し、モデルが時間範囲で LLM メトリックを照会できるようにする MCP サーバー実装。
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 -32Python
- 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 -611Python
- 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 -3276594TypeScriptMIT 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 -2Python