PANW AIRS MCP Server

by zm1990s

212 downloads
Not rated
GitHub

Description

# PANW AI Runtime Security MCP Server The PANW AI Runtime Security MCP Server allows you to integrate Palo Alto Networks AI security analytics capabilities directly into any client that supports the [Model Context Protocol (MCP)](https://modelcontextprotocol.io/introduction)…

About

# PANW AI Runtime Security MCP Server The PANW AI Runtime Security MCP Server allows you to integrate Palo Alto Networks AI security analytics capabilities directly into any client that supports the [Model Context Protocol (MCP)](https://modelcontextprotocol.io/introduction), such as Claude Desktop, Visual Studio…

Details

Author
zm1990s
Downloads
212
Categories
Other

- Real-time content risk analysis
- Seamless integration with any MCP-compatible client
- Supports text input/output and code input/output
- Content detection via Palo Alto Networks AI Security API
- Available as local version and SSE server version

Setting up with Highlight

This MCP is not yet compatible with Highlight’s one-click setup. However, you can still use it with Highlight by following these steps:

  1. Download and install Highlight from highlightai.com/download
  2. Navigate to the plugins tab and select "Add Custom Plugin"
  3. Configure the plugin with the settings below
    Plugin Name PANW AIRS MCP Server
    Command (node, npx, python, etc.)

    Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.

  4. Enable "Start Automatically" if you want the plugin to start when Highlight launches

From the repository

Download the project files from GitHub. For the local version, configure the mcp.json file in your MCP client with the command python and arguments pointing to the local script, setting the AIRS_API_KEY and AIRS_PROFILENAME environment variables. For the SSE version, export the same environment variables and run python sse-version/src/panw_airs_mcp_sse.py --host 0.0.0.0 --port 8080, then point your MCP client to http://localhost:8080.

Claude Desktop / Cursor

Paste into your MCP client config file to install this server.

{
    "mcpServers": {
        "panw airs mcp server": {
            "PANW-AI-Security": {
                "command": "uv",
                "args": [
                    "run",
                    "src/panw_airs_mcp_local.py"
                ],
                "env": {
                    "AIRS_PROFILENAME": "PROFILENAME",
                    "AIRS_API_KEY": "APIKEY"
                }
            }
        }
    }
}

McpServers

{
    "PANW-AI-Security": {
        "command": "uv",
        "args": [
            "run",
            "src/panw_airs_mcp_local.py"
        ],
        "env": {
            "AIRS_PROFILENAME": "PROFILENAME",
            "AIRS_API_KEY": "APIKEY"
        }
    }
}

Use the local version in Cursor IDE

1. Open SettingsMCP tab
2. Click "Add new global MCP server"
3. Paste the following configuration in the mcp.json file:

{
    "mcpServers": {
      "PANW-AI-Security": {
        "command": "python",
        "args": [
          "~/ai/cursor/panw-mcp-server/local-version/src/panw_airs_mcp_local.py"
        ],
        "env": {
          "AIRS_API_KEY": "APIKEY",
          "AIRS_PROFILENAME": "PROFILENAME"
        }
      }
    }
  }
No reviews yet — be the first

Sign in to leave a review

Use Google, GitHub, or an email account so ratings stay tied to real people.

Email sign in

No reviews posted yet.