mcp-servers-manu
Verified Safeby manuel2f
Overview
This server provides tools for searching and exploring internal CDN documentation, including specific components, DTS, and Wiki content.
Installation
npm startEnvironment Variables
- CDN_DOCS_BASE_URL
- CDN_DOCS_VERSION
Security Notes
The server primarily functions as a web scraper for internal documentation, using `axios` and `cheerio`. The default `BASE_DOCS_URL` points to an internal network address (`cdn-docs.cdn.hi.inet`), limiting external exposure. No `eval` or dynamic code execution is observed, and no hardcoded secrets are present. The main security considerations would be ensuring the internal documentation source itself is trusted and not susceptible to content injection that could bypass `cheerio`'s sanitization, or potential SSRF if `CDN_DOCS_BASE_URL` is set to an untrusted external URL via environment variable.
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.
mcp-typescript-template
This project provides a foundational TypeScript template for developing remote Model Context Protocol (MCP) servers with robust tooling and best practices.
scrapi-mcp
This MCP server enables AI agents to scrape web pages and retrieve their content as HTML or Markdown, with advanced browser interaction capabilities.