doc-manager-mcp
Verified Safeby ari1110
Overview
Manages the entire documentation lifecycle for software projects, automating creation, maintenance, quality assessment, and synchronization, primarily through an MCP server interface for AI agents.
Installation
doc-manager-mcpSecurity Notes
The project demonstrates robust security practices, including atomic file writes with locking (file_lock), path sanitization and boundary validation (safe_resolve, validate_path_boundary) to prevent directory traversal, and careful handling of subprocess commands. Git command inputs (e.g., since_commit) are explicitly validated to accept only SHA hashes, mitigating command injection risks. Network requests for external asset validation are opt-in and include timeouts. Relies on external TreeSitter libraries which introduce a dependency chain, but these are standard and trusted.
Similar Servers
context7
Provides up-to-date, version-specific documentation and code examples to Large Language Models (LLMs) and AI coding assistants to improve code generation accuracy and relevance, preventing outdated or hallucinated information.
code-index-mcp
Intelligent code indexing and analysis for Large Language Models, enabling tasks such as code review, refactoring, documentation generation, debugging assistance, and architectural analysis.
doc-bot
An intelligent MCP (Model Context Protocol) server that enhances AI coding assistants by providing smart documentation management and API references for deep project understanding.
DAUT
AI-powered tool to automatically generate and maintain documentation for codebases using LLMs and RAG.