Back to Home
clarkemn icon

prisma-cloud-docs-mcp-server

Verified Safe

by clarkemn

Overview

Provides search access to Prisma Cloud documentation for Model Context Protocol (MCP) compatible clients like Claude.

Installation

Run Command
docker run -p 8081:8081 -e PORT=8081 prisma-docs-server

Environment Variables

  • PORT

Security Notes

The server listens on all interfaces ("0.0.0.0") by default and uses a highly permissive CORS policy ("allow_origins=["*"]"), which could be a security consideration in a publicly exposed environment. However, the core functionality involves web scraping public documentation and local text searching, which is inherently low risk. No hardcoded secrets or malicious patterns were found. The use of 'json.loads' for configuration is within a controlled context and does not appear to pose a direct code execution risk.

Similar Servers

Stats

Interest Score13
Security Score8
Cost ClassLow
Avg Tokens1000
Stars2
Forks2
Last Update2025-12-20

Tags

MCP ServerDocumentation SearchPrisma CloudWeb ScrapingCaching