prisma-airs-mcp

cdot65/prisma-airs-mcp

3.2

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

Version Build Status License Documentation MCP Compatible TypeScript

šŸš€ 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:

šŸ—ļø 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:

šŸ› ļø 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


Built with ā¤ļø by the community | Powered by MCP and TypeScript