Back to Home
2dogsandanerd icon

DAUT

by 2dogsandanerd

Overview

An AI-powered tool for automatically generating and updating documentation for codebases, supporting multiple languages and exposing RAG capabilities via an MCP server.

Installation

Run Command
./start_mcp.sh

Environment Variables

  • MCP_API_KEY
  • MCP_PORT
  • MCP_HOST
  • MCP_PROJECT_PATH

Security Notes

The MCP server defaults to a hardcoded insecure API key ('secret-token-123') if the 'MCP_API_KEY' environment variable is not explicitly set, making it vulnerable by default. It also binds to '0.0.0.0', making it publicly accessible. Users *must* change the API key to a strong, unique value and configure network access appropriately. However, directory traversal for file content access is prevented.

Similar Servers

Stats

Interest Score83
Security Score4
Cost ClassHigh
Avg Tokens1500
Stars3
Forks0
Last Update2025-12-14

Tags

AIDocumentationRAGCode AnalysisMCP