Skip to content

Commit 550ebcb

Browse files
committed
cross-reference the 2 mcp servers
1 parent 834ba6f commit 550ebcb

File tree

2 files changed

+12
-0
lines changed

2 files changed

+12
-0
lines changed

pages/docs/api-and-data-platform/features/mcp-server.mdx

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,12 @@ Langfuse includes a native [Model Context Protocol](https://modelcontextprotocol
1010

1111
Currently, the MCP server is available for [Prompt Management](/docs/prompt-management/overview) and will be extended to the rest of the Langfuse data platform in the future. If you have feedback or ideas for new tools, please [share them on GitHub](https://github.com/orgs/langfuse/discussions/10605).
1212

13+
<Callout type="info">
14+
15+
This is the authenticated MCP server for the Langfuse data platform. There is also a public MCP server for the Langfuse documentation ([docs](/docs/docs-mcp)).
16+
17+
</Callout>
18+
1319
## Configuration
1420

1521
The Langfuse MCP server uses a stateless architecture where each API key is scoped to a specific project. Use the following configuration to connect to the MCP server:

pages/docs/docs-mcp.mdx

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,12 @@ The Langfuse Docs MCP server exposes the Langfuse docs to AI agents.
44

55
Core use case: Use Cursor (or other AI Coding Agent) to automatically integrate Langfuse Tracing into your codebase, see [get started](/docs/get-started) for detailed instructions and an example prompt.
66

7+
<Callout type="info">
8+
9+
This is the public MCP server for the Langfuse documentation. There is also an authenticated MCP server to integrate with the rest of the Langfuse data platform ([docs](/docs/api-and-data-platform/features/mcp-server)).
10+
11+
</Callout>
12+
713
## Install
814

915
import DocsMcpServerInstallation from "@/components-mdx/docs-mcp-server-installation.mdx";

0 commit comments

Comments
 (0)