Langfuse MCP Server
AIstdiov0.3.0
MCP server for Langfuse, the open-source LLM observability and prompt management platform. Enables AI agents to fetch and render managed prompts, list prompt versions, and query traces, helping teams manage prompts and inspect LLM application behavior from AI-powered tools.
Подключение
Добавьте эту конфигурацию в .claude/mcp.json
{
"mcpServers": {
"langfuse": {
"command": "npx",
"args": [
"-y",
"@langfuse/mcp-server-langfuse"
],
"env": {
"LANGFUSE_PUBLIC_KEY": "<YOUR_LANGFUSE_PUBLIC_KEY>",
"LANGFUSE_SECRET_KEY": "<YOUR_LANGFUSE_SECRET_KEY>",
"LANGFUSE_HOST": "<YOUR_LANGFUSE_HOST>"
}
}
}
}Инструменты (2)
get_prompt
Fetch a managed prompt by name and compile it with the given variables.
{
"type": "object",
"required": [
"name"
],
"properties": {
"name": {
"type": "string",
"description": "Name of the prompt in Langfuse"
},
"variables": {
"type": "object",
"description": "Variables to compile into the prompt template"
}
}
}list_prompts
List available prompts and their versions in the Langfuse project.
{
"type": "object",
"properties": {
"label": {
"type": "string",
"description": "Optional label filter (for example production)"
}
}
}Ресурсы
Этот сервер не предоставляет ресурсы.
Промпты
Этот сервер не предоставляет промпты.
Сведения о сервере
- Автор
- Langfuse (@langfuse)
- Лицензия
- MIT
- Версия
- 0.3.0
- Звёзды
- 233
- Последнее обновление
- 9 июля 2026 г.