@@ -40,6 +40,7 @@ MCP changes this: exposing security management data in a modular, context-rich f
40
40
### Visual Policy Mapping
41
41
“Generate a report showing allowed and blocked services across my environment.”
42
42
* → Delivers structured data for dashboards, reports, and audits.*
43
+
43
44
---
44
45
45
46
## Configuration Options
@@ -59,7 +60,7 @@ Set the following environment variables:
59
60
60
61
- ` API_KEY ` : Your Smart-1 Cloud API key
61
62
- ` S1C_URL ` : Your Smart-1 Cloud tenant "Web-API" URL
62
-
63
+
63
64
---
64
65
65
66
### 2. On-Prem Management (API Key or Username/Password)
@@ -80,7 +81,7 @@ Set the following environment variables:
80
81
- ` API_KEY ` : Your management API key (if using API key authentication)
81
82
- ` USERNAME ` : Username for authentication (if using username/password authentication)
82
83
- ` PASSWORD ` : Password for authentication (if using username/password authentication)
83
-
84
+
84
85
---
85
86
86
87
## Client Configuration
@@ -110,7 +111,7 @@ It is expected to work with any MCP client that supports the Model Context Proto
110
111
"mcpServers" : {
111
112
"quantum-management" : {
112
113
"command" : " npx" ,
113
- "args" : [" @chkp/quantum_management_mcp " ],
114
+ "args" : [" @chkp/quantum-management-mcp " ],
114
115
"env" : {
115
116
"API_KEY" : " YOUR_API_KEY" ,
116
117
"S1C_URL" : " YOUR_S1C_URL" // e.g., https://xxxxxxxx.maas.checkpoint.com/yyyyyyy/web_api
@@ -127,7 +128,7 @@ It is expected to work with any MCP client that supports the Model Context Proto
127
128
"mcpServers" : {
128
129
"quantum-management" : {
129
130
"command" : " npx" ,
130
- "args" : [" @chkp/quantum_management_mcp " ],
131
+ "args" : [" @chkp/quantum-management-mcp " ],
131
132
"env" : {
132
133
"MANAGEMENT_HOST" : " YOUR_MANAGEMENT_IP_OR_HOST_NAME" ,
133
134
"MANAGEMENT_PORT" : " 443" , // optional, default is 443
@@ -167,7 +168,7 @@ Add the server configuration:
167
168
"mcpServers" : {
168
169
"quantum-management" : {
169
170
"command" : " npx" ,
170
- "args" : [" @chkp/quantum_management_mcp " ],
171
+ "args" : [" @chkp/quantum-management-mcp " ],
171
172
"env" : {
172
173
// Add the configuration from the above instructions
173
174
}
@@ -191,7 +192,7 @@ Add this configuration:
191
192
"quantum-management" : {
192
193
"command" : " npx" ,
193
194
"args" : [
194
- " @chkp/quantum_management_mcp "
195
+ " @chkp/quantum-management-mcp "
195
196
],
196
197
"env" : {
197
198
"MANAGEMENT_HOST" : " YOUR_MANAGEMENT_IP_OR_HOST_NAME" ,
@@ -218,6 +219,7 @@ Add the configuration as Claude Desktop App.
218
219
Enter Cursor settings and click on "MCP Servers" in the left menu.
219
220
You should see the option to add a new MCP Server.
220
221
Add the configuration as Claude Desktop App.
222
+
221
223
---
222
224
223
225
## Development
0 commit comments