2CU ONLINE · TOOLS & INTEGRATIONS
Evidence Vault MCP Server
Connect Claude Desktop directly to your case archive — ZIP or folder, auto-detected. Full file management: read, search, write, move, delete. 13 tools. Built for legal evidence management.
📦
Auto-Detects ZIP or Folder
Point it at your archive ZIP or an unzipped folder — it detects the format automatically and exposes the right tools for each mode.
🔍
Full-Text Content Search
Search across filenames AND inside text file contents. Returns contextual excerpts so Claude can find the relevant passage without reading every file.
🛡
Runs 100% Locally
No data leaves your machine. Claude asks for your approval before every operation. Path traversal is blocked. Your files stay yours.
DOWNLOAD
Get the MCP Server
Download the complete package — server, package.json, config template, and README. Requires Node.js 18+ and Claude Desktop.
INCLUDED
- ✅ server.js — full MCP server
- ✅ package.json — dependencies
- ✅ Config template (Mac + Windows)
- ✅ README with setup guide
- ✅ 13 tools out of the box
REQUIREMENTS
- 📌 Node.js 18 or higher
- 📌 Claude Desktop (Mac or Windows)
- 📌 Your case archive (ZIP or folder)
- 📌 ~5 minutes to configure
QUICK SETUP
Up in 5 Minutes
Install dependencies
cd vault-mcp npm install
Test manually
node server.js "/path/to/your-archive.zip" # or node server.js "/path/to/your-case-folder"
You should see: ✅ Vault MCP Server running — 13 tools available
Configure Claude Desktop (Settings → Developer → Edit Config)
{
"mcpServers": {
"vault": {
"command": "/usr/local/bin/node",
"args": [
"/path/to/vault-mcp/server.js",
"/path/to/your-archive.zip"
]
}
}
}
Restart Claude Desktop & look for the 🔨 hammer icon
Click the hammer to confirm vault is listed with 13 tools. Then ask Claude: “Show me my vault structure.”
TOOLS REFERENCE
13 Tools Available to Claude
| Tool | Description | ZIP | Folder |
|---|---|---|---|
| vault_info | Status, file counts, folder structure | ✅ | ✅ |
| list_folder | Files in a specific category/folder | ✅ | ✅ |
| list_all | Full index of every file in the vault | ✅ | ✅ |
| search_files | Search by filename or file contents | ✅ | ✅ |
| read_file | Read text content of any file | ✅ | ✅ |
| read_file_b64 | Read as base64 (PDFs, images) | ✅ | ✅ |
| write_file | Create or overwrite a file | ❌ | ✅ |
| append_file | Append text to an existing file | ❌ | ✅ |
| move_file | Move or rename a file | ❌ | ✅ |
| delete_file | Delete a file (confirmed: true required) | ❌ | ✅ |
| create_folder | Create a new folder structure | ❌ | ✅ |
| get_file_info | File metadata: size, dates, path | ✅ | ✅ |
| export_file_list | Export full manifest as JSON or CSV | ✅ | ✅ |
Write operations (write, append, move, delete, create_folder) require an unzipped folder. All read/search tools work directly on a ZIP archive.
Part of the 2CU Ecosystem
This MCP server is built for use with the Evidence Vault — a single-file HTML evidence management application. Together they give you AI-powered document analysis, full case notes, and direct Claude Desktop integration.