DAUT
Verified Safeby 2dogsandanerd
Overview
AI-powered tool to automatically generate and maintain documentation for codebases using LLMs and RAG.
Installation
./start_mcp.shEnvironment Variables
- MCP_API_KEY
- MCP_PORT
- MCP_HOST
- MCP_PROJECT_PATH
Security Notes
The MCP server uses an API key for authentication. However, the `start_mcp.sh` script and `daut-mcp.service` file default to a weak `MCP_API_KEY="secret-token-123"`. This default MUST be changed by the user to a strong, unique key for secure operation, as explicitly warned in the README.
Similar Servers
docfork
Provides live-synced, context-aware, and version-accurate documentation to AI models, preventing hallucinations and context bloat for developer tasks.
viberag
Local codebase semantic search (RAG) for AI coding assistants via MCP server.
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.
ai-skills-hub
Provides AI assistants with access to a team's coding standards, best practices, and knowledge base by dynamically loading Markdown skill files via an MCP server.