mcpserver.lol
registry/bitatlas
Connection check local install

bitatlas

Zero-knowledge encrypted storage for humans and AI agents. Client-side AES-256-GCM, EU-hosted.

Tools 10
GitHub stars 1
Installs / wk
Licence MIT
Transport stdio
Last checked never

Tools & capabilities

10 tools

Read from the published package source — this server runs locally, so there is no endpoint to query. Names are taken from the code, not observed at runtime, and descriptions are often absent.

bitatlas_create_folder from source
Create a new folder in the vault.
bitatlas_delete_file from source
Permanently delete a file from the vault.
bitatlas_get_file from source
Get file metadata and download + decrypt the file content.
bitatlas_list_files from source
List files in the vault. Optionally filter by folder, category, or search term.
bitatlas_list_shares from source
List the share links you have created, with their expiry, download count, and status.
bitatlas_revoke_share from source
Revoke a share link so the server stops handing out the file.
bitatlas_search from source
Search vault files by a query string, optionally narrowed to a category.
bitatlas_share_file from source
Generate a zero-knowledge share link for a vault file, to hand it to a human.
bitatlas_upload_file from source
Read a local file, encrypt it client-side with AES-256-GCM, and upload it to the vault.
bitatlas_vault_status from source
Get vault health status, file count, and storage usage.