CodeDox
STREAMABLE HTTPSTDIODocumentation code extraction and search system with web crawling and MCP integration
Documentation code extraction and search system with web crawling and MCP integration
Transform any documentation site into a searchable code database - CodeDox crawls documentation websites, intelligently extracts code snippets with context, and provides lightning-fast search via PostgreSQL full-text search and MCP (Model Context Protocol) integration for AI assistants.
For full documentation, installation guides, API reference, and more, visit:
# Clone the repository git clone https://github.com/chriswritescode-dev/codedox.git cd codedox # Configure environment cp .env.example .env # Edit .env to add your CODE_LLM_API_KEY (optional for AI-enhanced extraction) # Run the automated setup ./docker-setup.sh # Access the web UI at http://localhost:5173 # MCP tools available at http://localhost:8000/mcp
See the full installation guide for detailed instructions.
/tree/main/docs)
See our Contributing Guide for details on how to contribute to CodeDox.
Chris Scott - chriswritescode.dev
This project is licensed under the MIT License - see the LICENSE file for details.