mcp-web-docs
Verified Safeby cosmocoder
Overview
A self-hosted MCP server that crawls, indexes, and enables private, local search of documentation from any website to provide context to AI assistants.
Installation
npx -y @cosmocoder/mcp-web-docsEnvironment Variables
- GITHUB_TOKEN
- MCP_WEB_DOCS_SECRET
Security Notes
Comprehensive security measures implemented: SSRF protection (blocks private IPs, localhost, cloud metadata), ReDoS protection for user-provided regex, robust Zod schema validation for all inputs, AES-256-GCM encryption for stored authentication sessions, sensitive data redaction in logs/errors, and proactive prompt injection detection in crawled content (high-severity patterns blocked, others warned). No discernible hardcoded secrets or arbitrary `eval` usage.
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
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.
blz
Provides fast, local documentation search and retrieval for AI agents, using llms.txt files for line-accurate citations.