cortex-cloud-docs-mcp-server
Verified Safeby clarkemn
Overview
Provides an MCP server for Claude and other compatible clients to search Cortex Cloud and Cortex Cloud API documentation.
Installation
uvx cortex-cloud-docs-mcp-server@latestSecurity Notes
The server uses standard Python libraries (aiohttp, BeautifulSoup) for web scraping documentation. It attempts to limit indexed content and only follows links within the same domain, reducing external attack surface. No 'eval' or clear malicious patterns were found. The primary risk would be from a compromise of the target documentation sites, but the server itself does not introduce severe vulnerabilities.
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-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.
lyra-tool-discovery
This MCP server is designed to fetch, parse, and organize documentation from websites implementing the llms.txt standard. It transforms raw documentation into structured, agent-ready formats, exposing tools for AI agents, LLMs, and automation workflows to consume documentation programmatically.
prisma-cloud-docs-mcp-server
Provides search access to Prisma Cloud documentation for Model Context Protocol (MCP) compatible clients like Claude.