Skip to content

Commit 1324e05

Browse files
authored
Add one-click install for Langfuse Docs MCP in VS Code (#2311)
1 parent b47a4f1 commit 1324e05

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

components-mdx/docs-mcp-server-installation.mdx

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,23 @@ Add the following to your `mcp.json`:
4040

4141
<Tab>
4242

43+
Add Langfuse Docs MCP to Copilot in VSCode via the one-click install:
44+
45+
<div className="flex gap-2 mt-3 mb-6">
46+
<Button asChild>
47+
<Link
48+
href="vscode:mcp/install?%7B%22name%22%3A%22langfuse-docs%22%2C%22url%22%3A%22https%3A%2F%2Flangfuse.com%2Fapi%2Fmcp%22%7D"
49+
target="_blank"
50+
rel="noopener noreferrer"
51+
>
52+
Install MCP Server in VS Code
53+
</Link>
54+
</Button>
55+
</div>
56+
57+
<details>
58+
<summary>Manual configuration</summary>
59+
4360
Add Langfuse Docs MCP to Copilot in VSCode via the following steps:
4461

4562
1. Open Command Palette (⌘+Shift+P)
@@ -49,6 +66,8 @@ Add Langfuse Docs MCP to Copilot in VSCode via the following steps:
4966
5. Select name (e.g. `langfuse-docs`) and whether to save in user or workspace settings
5067
6. You're all set! The MCP server is now available in Agent mode
5168

69+
</details>
70+
5271
</Tab>
5372

5473
<Tab>

0 commit comments

Comments
 (0)