doc-bot
Verified Safeby afterxleep
Overview
An intelligent MCP server designed to enhance AI coding assistants by providing project-specific documentation and API references through smart search, contextual rules, and live updates.
Installation
npx @afterxleep/doc-bot@latestEnvironment Variables
- DOC_BOT_VERBOSE
Security Notes
The server uses network requests (`axios`) for downloading docsets. Docset extraction (tar, zip) could potentially be exploited by malicious archives, a common risk with such functionality. Input validation, path sanitization, and parameterized SQL queries for docset databases are explicitly mentioned as security best practices within the codebase documentation. No hardcoded secrets or malicious patterns were found. `crypto` is used for internal integrity checks.
Similar Servers
context7
Context7 MCP enhances LLM prompts by injecting up-to-date, version-specific documentation and code examples directly from source code, enabling more accurate and relevant code generation.
In-Memoria
Provides persistent intelligence infrastructure (semantic concepts, patterns, architecture) for AI agents to understand and interact with codebases.
codeweaver
CodeWeaver is an AI-first MCP server designed to provide 'exquisite context' for AI agents by offering semantic code search and code analysis capabilities.
devcontext
DevContext is a Model Context Protocol (MCP) server designed to enhance the development experience by providing continuous, project-centric context awareness and learning from development patterns.