Back to Home
clarkemn icon

prisma-cloud-docs-mcp-server

Verified Safe

by clarkemn

Overview

Provides an AI agent (like Claude) with search access to Prisma Cloud documentation and API references.

Installation

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

Security Notes

The server correctly scopes web scraping to the base domain to prevent arbitrary indexing, reducing external attack surface during data ingestion. No hardcoded secrets, `eval` statements, or other obvious malicious patterns were found in the provided source code. The use of `allow_origins=["*"]` in the CORS middleware is a general security consideration, but acceptable in this context given that the server primarily serves public documentation and aims for broad client compatibility.

Similar Servers

Stats

Interest Score32
Security Score8
Cost ClassLow
Avg Tokens1500
Stars2
Forks2
Last Update2025-12-12

Tags

documentationsearchPrisma CloudMCPAI agent