Skip to main content
Glama
z9905080

MCP Server for langfuse

by z9905080

langfuse 用 MCP サーバー

npmバージョン

AI アシスタントを Langfuse ワークスペースに統合するためのモデル コンテキスト プロトコル (MCP) サーバー実装。

概要

このパッケージは、AIアシスタントがLangfuseワークスペースと連携できるようにするMCPサーバーを提供します。これにより、AIモデルは以下のことが可能になります。

  • 時間範囲による LLM メトリクスのクエリ

Related MCP server: langfuse-mcp-extended

インストール

# Install from npm
npm install shouting-mcp-langfuse

# Or install globally
npm install -g shouting-mcp-langfuse

パッケージはnpmで見つかります: shouting-mcp-langfuse

前提条件

サーバーを使用する前に、Langfuseプロジェクトを作成し、プロジェクトの公開鍵と秘密鍵を取得する必要があります。これらの鍵はLangfuseダッシュボードで確認できます。

  1. Langfuseプロジェクトを立ち上げる

  2. 公開鍵と秘密鍵を取得する

  3. 環境変数を設定する

構成

サーバーには次の環境変数が必要です。

  • LANGFUSE_DOMAIN : Langfuse ドメイン (デフォルト: https://api.langfuse.com )

  • LANGFUSE_PUBLIC_KEY : Langfuseプロジェクトの公開鍵

  • LANGFUSE_PRIVATE_KEY : Langfuseプロジェクトの秘密鍵

使用法

CLIツールとして実行

# Set environment variables
export LANGFUSE_DOMAIN="https://api.langfuse.com"
export LANGFUSE_PUBLIC_KEY="your-public-key"
export LANGFUSE_PRIVATE_KEY="your-private

# Run the server
mcp-server-langfuse

コード内での使用

import { Server } from "@modelcontextprotocol/sdk/server/index.js";
import { langfuseClient } from "shouting-mcp-langfuse";

// Initialize the server and client
const server = new Server({...});
const langfuseClient = new LangfuseClient(process.env.LANGFUSE_DOMAIN, process.env.LANGFUSE_PUBLIC_KEY, process.env.LANGFUSE_PRIVATE_KEY);

// Register your custom handlers
// ...

利用可能なツール

サーバーは、次の langfuse 統合ツールを提供します。

  • getLLMMetricsByTimeRange : 時間範囲で LLM メトリックを取得する

ライセンス

ISC

著者

shouting.hsiao@gmail.com

リポジトリ

https://github.com/z9905080/mcp-langfuse

Install Server
A
license - permissive license
C
quality
C
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Servers

View all related MCP servers

Related MCP Connectors

  • MCP server for AI agents to plan, verify, and deploy Cloudflare-native apps.

  • A comprehensive Model Context Protocol (MCP) server that enables AI assistants to interact with yo…

  • MCP server providing access to the Scorecard API to evaluate and optimize LLM systems.

View all MCP Connectors

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/z9905080/mcp-langfuse'

If you have feedback or need assistance with the MCP directory API, please join our Discord server