prisma-cloud-docs-mcp-server
Verified Safeby clarkemn
Overview
Provides search access to Prisma Cloud documentation for Model Context Protocol (MCP) compatible clients like Claude.
Installation
docker run -p 8081:8081 -e PORT=8081 prisma-docs-serverEnvironment 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
DevDocs
DevDocs is a web crawling and content extraction platform designed to accelerate software development by converting documentation into LLM-ready formats for intelligent data querying and fine-tuning.
mcp-omnisearch
Provides a unified interface for various search, AI response, content processing, and enhancement tools via Model Context Protocol (MCP).
mcp-server
A Model Context Protocol (MCP) server that integrates with SerpApi to provide comprehensive search engine results and data extraction to an LLM.
webscraping-ai-mcp-server
Integrates with WebScraping.AI to provide LLM-powered web data extraction, including question answering, structured data extraction, and HTML/text retrieval, with advanced features like JavaScript rendering and proxy management.