MetaResolve is excited to announce HarveyVaultApp, a small open-source desktop utility built in Python that allows users to bulk-upload documents directly into their Harvey.ai vault via API.
Harvey currently does not provide a native desktop application for multi-file ingestion, so uploading large sets of PDFs, contracts, briefs, or research material can be slow and repetitive. HarveyVaultApp solves that problem by giving users a simple, local desktop tool to select files and push them into their Harvey workspace in batches.
- Free and open-source
- Desktop app UI
- Batch uploads
- Uses official Harvey API
- Works on Windows, macOS, and Linux
Uploading documents into Harvey.ai shouldn’t be tedious. HarveyVaultApp provides a simple, desktop-friendly way to drop multiple files into your vault in just a few clicks.
Repository: https://github.com/MetaResolve-Inc/HarveyVaultApp
What It Does
- Choose an API region and add your Harvey API key
- View your Harvey projects
- Select one or more files from your computer
- Upload them directly into your vault
- Receive a confirmation when complete
It’s intentionally simple: Select → Upload → Done.
Why We Built It
Many Harvey users store knowledge in PDFs, Word docs, case files, and reference materials, but uploading files one-by-one slows teams down. HarveyVaultApp was created to solve this pain point for our own workflows. After testing confirmed functionality, we decided to make it available to the public at no cost.
How it Looks
1. Choose your API region and enter your key

2. The app displays available Harvey projects

3. Select files to upload

4. Upload complete confirmation

How to Download & Build
Clone the repository:
git clone https://github.com/MetaResolve-Inc/HarveyVaultApp.git
cd HarveyVaultApp
Install dependencies:
uv sync
Activate the virtual environment:
- Windows
.\.venv\Scripts\activate
- MacOS/Linux
source .venv/bin/activate
Build the app:
pyinstaller HarveyVaultApp.spec
Run the application binary from the dist/ directory.
Disclaimer
This tool is open-source and provided as-is, with no warranties, guarantees, or implied support.
MetaResolve is not affiliated with Harvey.ai, and HarveyVaultApp is not an official Harvey product.
Users should test functionality and validate uploads before using it in production.