From f4ae907dae8047f158acdac27f03cdee77797d87 Mon Sep 17 00:00:00 2001 From: "mintlify[bot]" <109931778+mintlify[bot]@users.noreply.github.com> Date: Wed, 24 Jun 2026 17:00:12 +0000 Subject: [PATCH] docs: add LibreChat to ClickStack MCP server --- clickstack/mcp.mdx | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) diff --git a/clickstack/mcp.mdx b/clickstack/mcp.mdx index 1d4490ad0..d7a5089d6 100644 --- a/clickstack/mcp.mdx +++ b/clickstack/mcp.mdx @@ -107,6 +107,18 @@ Add the following to `opencode.json`: } ``` + + + +Add the following to `librechat.yaml`: + +```yaml +mcpServers: + clickstack: + type: streamable-http + url: https://mcp.clickhouse.cloud/clickstack +``` + @@ -215,6 +227,20 @@ Add the following to `opencode.json`: } ``` + + + +Add the following to `librechat.yaml`: + +```yaml +mcpServers: + clickstack: + type: streamable-http + url: /api/mcp + headers: + Authorization: "Bearer " +``` +