2CU.ONLINECV2CU.ONLINE4U2B.XYZ
3 of 5 pillars live Built & hosted in South Africa

Evidence Vault MCP Server

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
⬇ Download ZIP Package 📄 server.js only

QUICK SETUP

Up in 5 Minutes

1

Install dependencies

cd vault-mcp
npm install
2

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

3

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"
      ]
    }
  }
}
4

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_infoStatus, file counts, folder structure
list_folderFiles in a specific category/folder
list_allFull index of every file in the vault
search_filesSearch by filename or file contents
read_fileRead text content of any file
read_file_b64Read as base64 (PDFs, images)
write_fileCreate or overwrite a file
append_fileAppend text to an existing file
move_fileMove or rename a file
delete_fileDelete a file (confirmed: true required)
create_folderCreate a new folder structure
get_file_infoFile metadata: size, dates, path
export_file_listExport 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.

→ Legal Tools → Skills Academy → Career Studio
]]>