doc-bot
Verified Safeby afterxleep
Overview
An intelligent MCP (Model Context Protocol) server that enhances AI coding assistants by providing smart documentation management and API references for deep project understanding.
Installation
npx @afterxleep/doc-bot@latestSecurity Notes
The server demonstrates good security practices by using parameterized queries for SQLite databases, running docset database connections in read-only mode, and employing `fs-extra.ensureDir` to control extraction paths for downloaded docsets, mitigating some path traversal risks. Outbound network requests via `axios` are user-initiated for docset downloads. No `eval` statements or hardcoded sensitive secrets were found in the core server logic. The primary security considerations revolve around potential vulnerabilities in third-party archive extraction libraries (`tar`, `adm-zip`) or a user/agent introducing malicious docset content.
Similar Servers
docfork
Provides live-synced, context-aware, and version-accurate documentation to AI models, preventing hallucinations and context bloat for developer tasks.
In-Memoria
Provides persistent intelligence infrastructure for AI agents, enabling them to understand codebases, detect patterns, predict coding approaches, and generate context-aware insights.
savecontext
Provides persistent memory, issue tracking, and project planning for AI coding assistants via the Model Context Protocol (MCP).
tenets
Provides intelligent, token-optimized code context and automatically injects guiding principles to AI coding assistants for enhanced understanding and consistent interactions.