prisma-cloud-docs-mcp-server
Verified Safeby clarkemn
Overview
Provides an AI agent (like Claude) with search access to Prisma Cloud documentation and API references.
Installation
docker run -p 8081:8081 -e PORT=8081 prisma-docs-serverSecurity 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
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
A Model Context Protocol (MCP) server providing unified access to multiple search providers and AI tools for comprehensive search, AI responses, content processing, and enhancement features.
mcp-server
Provides a Model Context Protocol (MCP) server for AI agents to search and retrieve curated documentation for the Strands Agents framework, facilitating AI coding assistance.
mcp-server
Provides a Model Context Protocol (MCP) server to integrate various search engine results and data extraction from SerpApi.