Antikor NGFW MCP Server
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@Antikor NGFW MCP Serverlist all firewall policies"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
Antikor NGFW MCP Server
Model Context Protocol (MCP) Server for the Antikor NGFW (Next Generation Firewall) API. This server dynamically loads the API schema and exposes eligible endpoints as MCP tools for use by Claude Desktop, Cline, Cursor, Kiro, Google Antigravity, and other MCP clients.
Security Notice & Disclaimer
Read/Write Endpoint Exposure: This MCP server exposes both read and write endpoints of the Antikor NGFW API. Misconfiguration or unintended actions can lead to configuration damage, unauthorized modification of firewall policies, and potential Denial of Service (DoS). Use with caution and apply the principle of least privilege to the API credentials.
Sensitive Data Masking: The server automatically masks sensitive fields in API requests, responses, and error logs. Fields containing sensitive keywords (including
password,parola,token,jeton,secret, andkey) are recursively replaced with[MASKED]to prevent exposing credentials to the LLM or client logs.
Configuration
Create a .env file in the root directory:
MCP_API_BASE_URL=https://<your-firewall-ip-or-domain>:<port>
X_API_USERNAME=<your-api-username>
X_API_TOKEN=<your-api-token>
API_REJECT_UNAUTHORIZED=false
MCP_API_TIMEOUT=2000MCP_API_BASE_URL: The base URL of the Antikor NGFW instance.X_API_USERNAME: The username for API authentication.X_API_TOKEN: The token for API authentication.API_REJECT_UNAUTHORIZED: Set tofalseto ignore self-signed SSL/TLS certificate warnings (common in local NGFW deployments).MCP_API_TIMEOUT: Maximum duration (in ms) for API requests before timing out (default: 2000).
Related MCP server: OpenAPI REST MCP Server
Permissions & Authorization
The authorization of the MCP tools depends entirely on the service account credentials provided via X_API_USERNAME and X_API_TOKEN.
Service Account Requirement: Only Antikor NGFW Service Accounts (not standard user accounts) can be used with this MCP server.
Access Control Configuration: All permissions and authorizations must be configured directly on the Antikor NGFW admin interface for this service account user. The MCP client will only be able to execute tools (read or write) that the service account has explicit permission to access. It is highly recommended to follow the principle of least privilege.
Client Integration Examples
1. Claude Desktop
Add the server to your claude_desktop_config.json file (usually located at ~/.config/Claude/claude_desktop_config.json or ~/Library/Application Support/Claude/claude_desktop_config.json):
{
"mcpServers": {
"antikor-ngfw": {
"command": "node",
"args": ["<absolute-path-to-project>/index.js"],
"env": {
"MCP_API_BASE_URL": "https://<your-firewall-ip-or-domain>:<port>",
"X_API_USERNAME": "<your-api-username>",
"X_API_TOKEN": "<your-api-token>",
"API_REJECT_UNAUTHORIZED": "false",
"MCP_API_TIMEOUT": "2000"
}
}
}
}2. Cursor (Codex)
Configure the MCP server under Cursor Settings > Features > MCP:
Name:
antikor-ngfwType:
commandCommand:
node <absolute-path-to-project>/index.js
3. Cline (VS Code Extension)
Add the configuration to the Cline MCP settings file (usually at ~/.config/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json):
{
"mcpServers": {
"antikor-ngfw": {
"command": "node",
"args": ["<absolute-path-to-project>/index.js"],
"env": {
"MCP_API_BASE_URL": "https://<your-firewall-ip-or-domain>:<port>",
"X_API_USERNAME": "<your-api-username>",
"X_API_TOKEN": "<your-api-token>",
"API_REJECT_UNAUTHORIZED": "false",
"MCP_API_TIMEOUT": "2000"
}
}
}
}4. Kiro IDE
Add the server to your Kiro configuration file (e.g. ~/.kiro/mcp_config.json or .kiro/config.json):
{
"mcpServers": {
"antikor-ngfw": {
"command": "node",
"args": ["<absolute-path-to-project>/index.js"],
"env": {
"MCP_API_BASE_URL": "https://<your-firewall-ip-or-domain>:<port>",
"X_API_USERNAME": "<your-api-username>",
"X_API_TOKEN": "<your-api-token>",
"API_REJECT_UNAUTHORIZED": "false",
"MCP_API_TIMEOUT": "2000"
}
}
}
}5. Antigravity IDE (Google / Advanced Agentic Coding)
Add the server configuration to your user-level or project-level MCP settings file (typically ~/.gemini/config/mcp_config.json):
{
"mcpServers": {
"antikor-ngfw": {
"command": "node",
"args": ["<absolute-path-to-project>/index.js"],
"env": {
"MCP_API_BASE_URL": "https://<your-firewall-ip-or-domain>:<port>",
"X_API_USERNAME": "<your-api-username>",
"X_API_TOKEN": "<your-api-token>",
"API_REJECT_UNAUTHORIZED": "false",
"MCP_API_TIMEOUT": "2000"
}
}
}
}
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/ePati-Cyber-Security/antikor-ngfw-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server