soyrochus/escarabajo
If you are the rightful owner of escarabajo and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.
Escarabajo is a local-first MCP server designed to synchronize binary documents with Markdown, enabling efficient search, summarization, and reasoning over source material.
Tools
Functions exposed to the LLM to take actions
scan_repo
Discover eligible DOCX/PPTX/PDF files via glob.
sync_all
Synchronize every discovered binary, overwriting Markdown by default.
sync_paths
Synchronize explicit paths (relative or absolute inside the repo).
get_text_path
Ensure a single Markdown artifact is fresh and return its path.
list_kb
Enumerate generated Markdown files in the knowledge base.
purge_outputs
Delete generated Markdown to force a clean rebuild.
config_get
Inspect the current configuration.
config_set
Amend the configuration settings.
list_prompts
Expose the built-in prompt pack.
get_prompt
Retrieve a specific prompt from the prompt pack.
read_text
Optionally stream Markdown content when expose_content is enabled.
Prompts
Interactive templates invoked by user choice
No prompts
Resources
Contextual data attached and managed by the client