documan
by documan-ai
Overview
A tool that generates a web documentation site from Markdown files, featuring an integrated MCP server to enable semantic search for AI coding tools like Claude Code and Cursor IDE.
Installation
./documan serveEnvironment Variables
- DOCUMAN_PROJECT_NAME
- DOCUMAN_DOCS_FILES
- DOCUMAN_DB_PATH
- DOCUMAN_HTTP_PORT
Security Notes
The primary method of installation involves downloading and executing a pre-compiled binary from GitHub releases. Without access to the source code of this binary, a full security audit is not possible, and executing arbitrary binaries carries inherent risks. Configuration uses `.env` files, which is good practice for managing sensitive information, though no specific secrets are indicated in the provided documentation. The server operates locally, limiting direct external network exposure.
Similar Servers
mcp-server
Provides a Model Context Protocol (MCP) server for AI agents to search and retrieve curated documentation for the Strands Agents framework, facilitating AI coding assistance.
rust-docs-mcp-server
Provides up-to-date Rust crate documentation via semantic search and LLM summarization to AI coding assistants.
scraps
A local CLI tool and Model Context Protocol (MCP) server for managing interconnected Markdown documentation, enabling static site generation, searching, templating, and AI assistant integration for knowledge base interaction.
consult-llm-mcp
Facilitates Claude Code to consult powerful external AI models for complex code analysis, debugging, and review tasks.