diff --git a/clickstack/mcp.mdx b/clickstack/mcp.mdx index 1d4490ad..d7a5089d 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 " +``` +