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: README.md
+17-17Lines changed: 17 additions & 17 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -35,15 +35,15 @@ This is an implementation of an [MCP (Model Context Protocol) Server](https://mo
35
35
Get up and running with the Sysdig MCP Server quickly using our pre-built Docker image.
36
36
37
37
1.**Get your API Token**:
38
-
Go to your Sysdig Secure instance and navigate to **Settings > Sysdig Secure API**. Here, you can generate or copy your API token. This token is required to authenticate requests to the Sysdig Platform (See the [Configuration](#configuration) section for more details).
38
+
Go to your Sysdig instance and navigate to **Settings > Sysdig Secure API** (or **Sysdig Monitor API**). Either a Sysdig Secure or Sysdig Monitor API token works. This token is required to authenticate requests to the Sysdig Platform (See the [Configuration](#configuration) section for more details).
39
39
40
40
2.**Configure your MCP client**:
41
41
42
42
Add the server configuration to your MCP client (e.g., Claude Desktop's `claude_desktop_config.json`). Choose your preferred installation method from the [Server Setup](#server-setup) section. The [Docker](#docker) method is the easiest to get started with since it requires no local toolchain.
43
43
44
44
Substitute the following placeholders with your actual values:
45
-
-`<your_sysdig_host>`: The hostname of your Sysdig Secure instance (e.g., `https://us2.app.sysdig.com` or `https://eu1.app.sysdig.com`)
46
-
-`<your_sysdig_secure_api_token>`: Your Sysdig Secure API token
45
+
-`<your_sysdig_host>`: The hostname of your Sysdig instance (e.g., `https://us2.app.sysdig.com` or `https://eu1.app.sysdig.com`)
46
+
-`<your_sysdig_api_token>`: Your Sysdig API token (Secure or Monitor)
47
47
48
48
## Available Tools
49
49
@@ -168,8 +168,8 @@ The server dynamically filters the available tools based on the permissions asso
168
168
169
169
The following environment variables are **required** for configuring the Sysdig SDK:
170
170
171
-
-`SYSDIG_MCP_API_HOST`: The URL of your Sysdig Secure instance (e.g., `https://us2.app.sysdig.com`). **Required when using `stdio` transport.**
172
-
-`SYSDIG_MCP_API_TOKEN`: Your Sysdig Secure API token. **Required only when using `stdio` transport.**
171
+
-`SYSDIG_MCP_API_HOST`: The URL of your Sysdig instance (e.g., `https://us2.app.sysdig.com`). **Required when using `stdio` transport.**
172
+
-`SYSDIG_MCP_API_TOKEN`: Your Sysdig API token (Secure or Monitor). **Required only when using `stdio` transport.**
173
173
174
174
You can also set the following variables to override the default configuration:
175
175
@@ -267,7 +267,7 @@ If you have Go installed, the MCP client can run the server directly without clo
0 commit comments