PANW AIRS MCP Server
@zm1990s
关于 PANW AIRS MCP Server
暂无概览
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"PANW-AI-Security": {
"command": "uv",
"args": [
"run",
"src/panw_airs_mcp_local.py"
],
"env": {
"AIRS_PROFILENAME": "PROFILENAME",
"AIRS_API_KEY": "APIKEY"
}
}
}
}工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
What is PANW AIRS MCP Server?
The PANW AIRS MCP Server integrates Palo Alto Networks AI security analytics into any Model Context Protocol (MCP) client, such as Claude Desktop, Visual Studio Code, or Cursor IDE. It enables real-time assessment of content security risks when using large language models, helping enforce AI security compliance.
How to use PANW AIRS MCP Server?
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.
Key features of PANW AIRS MCP Server
- 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
Use cases of PANW AIRS MCP Server
- Assess content security risks in real time when using LLMs
- Ensure security compliance for AI interactions
- Integrate AI security analytics into Claude Desktop, VS Code, or Cursor IDE
FAQ from PANW AIRS MCP Server
What do I need before using the server?
You need a Palo Alto Networks AI Security API key and an AI Security profile name.
What are the two versions available?
The server provides a local version for direct client integration (e.g., via mcp.json in Cursor) and an SSE server version that runs as a standalone HTTP server.
How does the SSE v2 version differ from v1?
In the SSE v2 version the API key is obtained directly from the HTTP request, so you do not need to set the AIRS_API_KEY environment variable.
What clients does the server support?
Any client that supports the Model Context Protocol (MCP), including Claude Desktop, Visual Studio Code, and Cursor IDE.
其他 分类下的更多 MCP 服务器
Maestro
mobile-dev-incPainless E2E Automation for Mobile and Web

Peekaboo MCP – lightning-fast macOS screenshots for AI agents
steipetePeekaboo is a macOS CLI & optional MCP server that enables AI agents to capture screenshots of applications, or the entire system, with optional visual question answering through local or remote AI models.

EverArt
modelcontextprotocolModel Context Protocol Servers
Mcp
browsermcpBrowser MCP is a Model Context Provider (MCP) server that allows AI applications to control your browser
Codelf
unbugA search tool helps dev to solve the naming things problem.
评论