Deploy a local directory as an MCP knowledge server (lean binary)
dir2mcp turns any local directory into a Model Context Protocol knowledge server with indexing, retrieval, and citations. This is the lean build. Structured PDF/image extraction via docling is optional (bring-your-own, docling-serve, or Mistral OCR).
dir2mcp turns any local directory into a Model Context Protocol knowledge server with indexing, retrieval, and citations. This is the lean build. Structured PDF/image extraction via docling is optional (bring-your-own, docling-serve, or Mistral OCR).
To install dir2mcp, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install dir2mcp
To see what files were installed by dir2mcp, run:
port contents dir2mcp
To later upgrade dir2mcp, run:
sudo port selfupdate && sudo port upgrade dir2mcp
Reporting an issue on MacPorts Trac
The MacPorts Project uses a system called Trac to file tickets to report bugs and enhancement requests.
Though anyone may search Trac for tickets, you must have a GitHub account in order to login to Trac to create tickets.