cdot65/prisma-airs-mcp
If you are the rightful owner of prisma-airs-mcp and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.
Prisma AIRS MCP Server is a lightweight Model Context Protocol server that integrates Prisma AIRS capabilities with MCP-compatible applications.
š”ļø Prisma AIRS MCP Server
Bring enterprise-grade AI security to your MCP-enabled applications
š What is this?
The Prisma AIRS MCP Server connects AI applications (like Claude, VS Code, and more) to Palo Alto Networks' Prisma AI Runtime Security platform. This gives your AI tools the ability to:
ā
Detect security threats in real-time
ā
Block prompt injection attempts
ā
Prevent data leakage of sensitive information
ā
Scan for malicious content before it reaches your AI
ā
Enforce compliance with security policies
šÆ Quick Start
Get up and running in under 2 minutes:
Option 1: Docker (Recommended)
# Run with your Prisma AIRS API key
docker run -d \
--name prisma-airs-mcp \
-p 3000:3000 \
-e AIRS_API_KEY="your-api-key" \
ghcr.io/cdot65/prisma-airs-mcp:latest
Option 2: Local Development
# Clone and install
git clone https://github.com/cdot65/prisma-airs-mcp.git
cd prisma-airs-mcp
pnpm install
# Configure (copy .env.example to .env and add your API key)
cp .env.example .env
# Run
pnpm run local:dev
š Connect Your AI Tools
Once running, connect your favorite MCP-compatible applications:
- Claude Desktop - AI assistant with security
- VS Code - Secure coding companion
- Claude Code - Web-based secure development
šļø Architecture
Your AI App (Claude, VS Code, etc.)
ā
MCP Protocol
ā
Prisma AIRS MCP Server (this project)
ā
Prisma AIRS Security API
š Privacy & Monitoring
This MCP server is designed with privacy in mind:
- No telemetry by default - The server does not collect any usage data unless explicitly enabled
- Optional error monitoring - Sentry.io integration is available but completely opt-in
- Data filtering - When monitoring is enabled, sensitive data (API keys, scan results, etc.) is automatically filtered
- You control your data - All monitoring features require explicit configuration
To enable optional monitoring for debugging, see the configuration guide.
š Documentation
Visit our comprehensive documentation ā
Key sections:
- š Quick Start Guide
- š§ Configuration Reference
- š”ļø Security Features
- š©āš» Developer Guide
š ļø Prerequisites
- Prisma AIRS API Key - Get yours from Strata Cloud Manager
- Node.js 18+ - For local development
- Docker - For containerized deployment (optional)
š¤ Contributing
We love contributions! Check out our to get started.
š License
This project is licensed under the Apache License 2.0 - see the file for details.
š¬ Get Help
- š Documentation
- š” GitHub Issues
- š¬ Discussions
Built with ā¤ļø by the community | Powered by MCP and TypeScript