M

mcp-server-langfuse模型上下文协议(Model Context Protocol)服务,为 Langfuse 提示管理提供服务,通过该协议访问和管理 Langfuse 提示。

(0)
Daniel Nikulshyn审阅者 Daniel Nikulshyn·更新 2026年7月

概览

模型上下文协议(Model Context Protocol)服务为 Langfuse 提示管理提供服务,用户可以通过该协议访问和管理 Langfuse 提示。它允许提示发现和检索,按照模型上下文协议(MCP)提示规范进行实施。该服务提供的功能包括以可选的.cursor-基于分页列出可用提示,并使用可选的分页将 Langfuse 提示转换为模型上下文协议(MCP)提示对象。它还提供了增加与其他模型上下文协议(MCP)客户端兼容性的工具。该服务是一项尚在进行中的产品,其一些限制包括仅返回 Langfuse 内的生产标签提示,也未为所有参数提供描述。

主要功能

  • 模型上下文协议(MCP)提示规范的实现
  • 提示列表功能支持分页
  • 按提示ID获取特定提示
  • get-prompts 工具
  • get-prompt 工具

价格

模型
Free
评分
暂无评价

使用场景

Langfuse 提示管理

使用模型上下文协议服务管理和访问 Langfuse 提示

Claude 桌面整合

配置模型上下文协议服务与 Claude 桌面,以利用 Langfuse 提示

优点 & 缺点

优点

  • 能够通过模型上下文协议(MCP)访问和管理 Langfuse 提示
  • 支持提示的发现和检索
  • 支持对提示列表的 cursor-基于分页
  • 将 Langfuse 提示转换成模型上下文协议(MCP)提示对象

缺点

  • 仅返回 Langfuse 内的生产标签提示
  • 假定所有参数都为可选但未有描述
  • 列表操作需要单独为每个提示进行检索,这不够高效

评测

登录以留下评测。

暂无评测。来当第一个吧!

问答

What are the main limitations of this MCP server?

Arguments for prompts are assumed optional and lack descriptions, the list operation requires fetching each prompt individually which can be inefficient, and it only returns prompts marked as production, excluding others in Langfuse.

Asked by Gunnar Eriksson · May 20, 2026

What prompts can the server list and retrieve?

The server only returns prompts that have a "production" label in Langfuse. It lists them via /prompts/list with optional cursor pagination, and retrieves a specific prompt via /prompts/get, transforming it into an MCP prompt object.

Asked by Noor Siddiqui · May 13, 2026

How do I add mcp-server-langfuse to an MCP client like Claude Desktop?

Build the server with "npm install" and "npm run build", then add it to Claude’s config: set mcpServers.langfuse.command to "node <path>/build/index.js" and provide LANGFUSE_PUBLIC_KEY, LANGFUSE_SECRET_KEY, and LANGFUSE_BASEURL in the env section.

Asked by Fatima Zahra · May 11, 2026

提问

服务配缩器 的替代品