You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/configuration/holmesgpt/index.rst
+15-1Lines changed: 15 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,12 +10,15 @@ AI Analysis
10
10
builtin_toolsets
11
11
permissions
12
12
custom_toolsets
13
+
remote_mcp_servers
13
14
14
15
Why use HolmesGPT?
15
16
^^^^^^^^^^^^^^^^^^^
16
17
17
18
Robusta can integrate with `Holmes GPT <https://github.com/robusta-dev/holmesgpt>`_ to analyze health issues on your cluster, and to run AI based root cause analysis for alerts.
18
19
20
+
This requires a Robusta SaaS account, and for the Robusta UI sink to be enabled. (We have plans to support HolmesGPT in a pure OSS mode in the near future. Stay tuned!)
21
+
19
22
When available, AI based investigations can be launched in one of two ways:
20
23
21
24
1. Click the ``Ask HolmesGPT`` button in Slack. The AI investigation will be sent back as a new message.
@@ -35,7 +38,7 @@ Add ``enableHolmesGPT: true`` to the Robusta Helm values, and then follow these
35
38
36
39
1. Choose an AI model - we highly recommend using GPT-4o to get the most accurate results! Other models may work, but are not officially supported.
37
40
2. :ref:`Configure your AI provider with the chosen model <Choosing and configuring an AI provider>`.
38
-
3. :ref:`Optional: Configure HolmesGPT Access to SaaS Data <Configuring HolmesGPT Access to SaaS Data>`.
41
+
3. :ref:`Configure HolmesGPT Access to SaaS Data <Configuring HolmesGPT Access to SaaS Data>`.
39
42
40
43
Choosing and configuring an AI provider
41
44
----------------------------------------
@@ -371,3 +374,14 @@ Custom toolsets
371
374
372
375
Custom toolsets are created through your Helm values file and you can find instructions
373
376
to :doc:`write your own toolsets here <builtin_toolsets>`.
377
+
378
+
Remote MCP servers
379
+
---------------------
380
+
381
+
.. warning::
382
+
383
+
Remote MCP servers are in **Tech Preview** stage.
384
+
385
+
Remote MCP server connections are configured through your Helm values file.
386
+
For detailed instructions, refer to the :doc:`Connecting to Remote MCP Servers <remote_mcp_servers>` guide.
0 commit comments