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
Add a dedicated 'Add a Microsoft Entra application' subsection and clarify prerequisites to reference ChatGPT or Claude. Consolidate and reformat the create vs attach steps for ChatGPT and Claude, rename tab anchors for clarity, remove duplicated 'Use the custom connector' section, and apply minor formatting and ordering fixes to improve setup guidance.
Copy file name to clipboardExpand all lines: articles/sentinel/datalake/sentinel-mcp-chatgpt-claude-connector.md
+17-18Lines changed: 17 additions & 18 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -23,10 +23,11 @@ This article shows you how to enable and use a custom Microsoft Sentinel Model C
23
23
## Prerequisites
24
24
Before configuring a Microsoft Sentinel MCP connector in ChatGPT or Claude, you must have the following prerequisites:
25
25
- A ChatGPT Pro or a Claude Pro, Max, Team, or Enterprise plan subscription
26
-
- A Microsoft Entra application, which represents ChatGPT as a client
26
+
- A Microsoft Entra application, which represents ChatGPT or Claude as a client; for more information, see [Add a Microsoft Entra application](#add-a-microsoft-entra-application)
27
27
-[Microsoft Sentinel data lake](sentinel-lake-onboarding.md)
28
28
- Tenant-level administrative privileges
29
29
30
+
### Add a Microsoft Entra application
30
31
To add a Microsoft Entra application, follow these steps:
31
32
1. Open your tenant's [Microsoft Entra admin center](https://entra.microsoft.com/), go to **App registrations**, and then select **New registration**.
32
33
1. On **Register an application**, enter a friendly user-facing **Name** for the app.
@@ -49,17 +50,19 @@ To add a Microsoft Entra application, follow these steps:
49
50
1. Copy the **Value** and save it in a secure manner. This value disappears once you navigate away from the page.
50
51
1. Go back to your app's **Overview** page and copy its **Application (client) ID**.
51
52
52
-
## Create a custom Microsoft Sentinel MCP connector
53
+
## Create and use a custom Microsoft Sentinel MCP connector
53
54
54
55
55
-
To create a custom Microsoft Sentinel connector, follow these steps:
56
+
To create and use a custom Microsoft Sentinel connector, follow these steps:
56
57
57
-
### [For ChatGPT](#tab/for-chatgpt)
58
+
### [ChatGPT](#tab/chatgpt)
58
59
59
60
>[!NOTE]
60
61
>- If you're using the ChatGPT desktop application, you must first complete this connector setup in the ChatGPT web version.
61
62
>- For ChatGPT Enterprise, an administrator can roll out a connector to all users in that ChatGPT organization.
62
63
64
+
**To create a custom connector:**
65
+
63
66
1. Turn on the ChatGPT developer mode. In ChatGPT, select your account icon, go to **Apps & connectors** > **Advanced Settings**, and toggle **Developer mode**.
64
67
1. Go back to **Apps & connectors** and select **Create Connector**.
65
68
1. Provide the following required details:
@@ -68,7 +71,14 @@ To create a custom Microsoft Sentinel connector, follow these steps:
68
71
- **Client ID:** The **Application (client) ID** of the Microsoft Entra application you created previously.
69
72
1. When prompted, complete the OAuth consent flow. Once the MCP connector authenticates successfully, it appears in your ChatGPT connector list.
70
73
71
-
### [For Claude](#tab/for-claude)
74
+
**To attach and use the connector:**
75
+
1. Start a new chat in ChatGPT.
76
+
1. Select the **(+)** icon next to the message box.
77
+
1. Select **More** > **Microsoft Sentinel MCP Connector**. The connector's tools become available automatically, and ChatGPT can begin calling Sentinel operations on your behalf.
78
+
79
+
### [Claude](tab/#claude)
80
+
81
+
**To create a custom connector:**
72
82
73
83
1. Go to https://claude.ai/customize/connectors, to create a new custom connector. Select the **+** icon and choose **Add a custom connector**.
74
84
1. Provide the following required details:
@@ -80,19 +90,7 @@ To create a custom Microsoft Sentinel connector, follow these steps:
80
90
1. Select the MCP connector and choose **Connect**.
81
91
1. Select **Configure** to determine which tools to allow for your environment.
82
92
83
-
---
84
-
85
-
## Use the custom Microsoft Sentinel MCP connector in a chat
86
-
87
-
To attach and use a Microsoft Sentinel connector, follow these steps:
88
-
89
-
### [In ChatGPT](tab/#in-chatgpt)
90
-
91
-
1. Start a new chat in ChatGPT.
92
-
1. Select the **(+)** icon next to the message box.
93
-
1. Select **More** > **Microsoft Sentinel MCP Connector**. The connector's tools become available automatically, and ChatGPT can begin calling Sentinel operations on your behalf.
94
-
95
-
### [In Claude](tab/#in-claude)
93
+
**To attach and use the connector:**
96
94
97
95
Start a new chat in Claude. The connector tools become available automatically, and Claude can begin calling Microsoft Sentinel operations on your behalf.
98
96
@@ -101,6 +99,7 @@ Start a new chat in Claude. The connector tools become available automatically,
101
99
102
100
---
103
101
102
+
104
103
## Related content
105
104
- [Get started with Microsoft Sentinel MCP server](sentinel-mcp-get-started.md)
106
105
- [Tool collection in Microsoft Sentinel MCP server](sentinel-mcp-tools-overview.md)
0 commit comments