MCP Server for langfuse
Servidor MCP para langfuse
Una implementación de servidor de Protocolo de Contexto de Modelo (MCP) para integrar asistentes de IA con espacios de trabajo de Langfuse.
Descripción general
Este paquete proporciona un servidor MCP que permite a los asistentes de IA interactuar con los espacios de trabajo de Langfuse. Permite a los modelos de IA:
Consultar métricas LLM por rango de tiempo
Related MCP server: langfuse-mcp-extended
Instalación
# Install from npm
npm install shouting-mcp-langfuse
# Or install globally
npm install -g shouting-mcp-langfusePuedes encontrar el paquete en npm: shouting-mcp-langfuse
Prerrequisitos
Antes de usar el servidor, debe crear un proyecto de Langfuse y obtener las claves pública y privada. Puede encontrar estas claves en el panel de control de Langfuse.
configurar un proyecto Langfuse
obtener las claves públicas y privadas
establecer las variables de entorno
Configuración
El servidor requiere las siguientes variables de entorno:
LANGFUSE_DOMAIN: El dominio Langfuse (predeterminado:https://api.langfuse.com)LANGFUSE_PUBLIC_KEY: La clave pública de su proyecto LangfuseLANGFUSE_PRIVATE_KEY: Su clave privada del proyecto Langfuse
Uso
Ejecutarse como una herramienta 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-langfuseUsando en tu código
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
// ...Herramientas disponibles
El servidor proporciona las siguientes herramientas de integración de langfuse:
getLLMMetricsByTimeRange: Obtener métricas LLM por rango de tiempo
Licencia
ISC
Autor
Repositorio
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Tools
Related MCP Servers
- Alicense-qualityDmaintenanceAn MCP server that enables AI assistants to interact with Signoz observability platform, providing tools to query dashboards, metrics, traces, logs, and APM data with time range support.14MIT
- AlicenseAqualityCmaintenanceComprehensive MCP server for Langfuse, enabling AI assistants to access and manage traces, observations, scores, datasets, and sessions for observability.24221MIT
- Alicense-qualityDmaintenanceA Model Context Protocol (MCP) server for comprehensive monitoring and observability of systems using Langfuse.1MIT
- Alicense-qualityAmaintenanceMCP server for Langfuse providing 50 tools for prompt management, observability, instance/organization management, and metrics tracking via natural language.31MIT
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.
Appeared in Searches
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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