Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 4 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
# Check Point - Workforce AI MCP Server

[![License](https://img.shields.io/github/license/CheckPointSW/workforce-ai-mcp.svg?style=plastic)](https://github.com/CheckPointSW/workforce-ai-mcp/blob/release/LICENSE) [![npm version](https://img.shields.io/npm/v/@haimkastner/workforce-ai-mcp.svg?style=plastic)](https://www.npmjs.com/package/@haimkastner/workforce-ai-mcp)

<!-- TODO: Remove this disclaimer before GA release -->
> **Pre-release disclaimer:** This package is currently in release candidate (RC) stage and is intended for testing and evaluation purposes only. APIs and tool definitions may change before the stable release. Do not use in production environments.
[![License](https://img.shields.io/github/license/CheckPointSW/workforce-ai-mcp.svg?style=plastic)](https://github.com/CheckPointSW/workforce-ai-mcp/blob/release/LICENSE) [![npm version](https://img.shields.io/npm/v/@chkp/workforce-ai-mcp.svg?style=plastic)](https://www.npmjs.com/package/@chkp/workforce-ai-mcp)

An [MCP (Model Context Protocol)](https://modelcontextprotocol.io/) server that exposes Check Point Workforce AI capabilities as LLM tools — enabling AI assistants to query, analyze, and manage AI & Browse security policies, assets, and applications through natural language.

Expand Down Expand Up @@ -45,7 +42,7 @@ CP_CI_CLIENT_ID="your-client-id" \
CP_CI_ACCESS_KEY="your-access-key" \
CP_CI_GATEWAY="https://cloudinfra-gw-us.portal.checkpoint.com" \
MCP_MODE=stdio \
npx @haimkastner/workforce-ai-mcp
npx @chkp/workforce-ai-mcp
```

#### Claude Desktop configuration
Expand All @@ -57,7 +54,7 @@ Add to your `claude_desktop_config.json`:
"mcpServers": {
"workforce-ai": {
"command": "npx",
"args": ["--yes", "@haimkastner/workforce-ai-mcp"],
"args": ["--yes", "@chkp/workforce-ai-mcp"],
"env": {
"CP_CI_CLIENT_ID": "your-client-id",
"CP_CI_ACCESS_KEY": "your-access-key",
Expand All @@ -79,7 +76,7 @@ CP_CI_ACCESS_KEY="your-access-key" \
CP_CI_GATEWAY="https://cloudinfra-gw-us.portal.checkpoint.com" \
MCP_MODE=http \
PORT=3000 \
npx @haimkastner/workforce-ai-mcp
npx @chkp/workforce-ai-mcp
```

The server exposes:
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@haimkastner/workforce-ai-mcp",
"version": "1.0.0-rc.7",
"name": "@chkp/workforce-ai-mcp",
"version": "1.0.0",
"description": "MCP server for Workforce AI — policy management, asset visibility, and apps catalog via LLM tool calls",
"license": "MIT",
"keywords": [
Expand Down
Loading