MCP server/file-management

BitAtlas MCP Server

Zero-Knowledge Cloud Drive for Humans and Agents

bitatlas-group/bitatlas ↗by bitatlas-groupupdated
1

Add it to Claude Code

claude mcp add -e "BITATLAS_API_KEY=${BITATLAS_API_KEY}" -e "BITATLAS_MASTER_KEY=${BITATLAS_MASTER_KEY}" bitatlas -- npx -y @bitatlas/mcp-server
Required:BITATLAS_API_KEYBITATLAS_MASTER_KEY
2

Make your agent remember this setup

bitatlas's config, env vars, and the gotchas you hit — recalled in every future Claude Code, Cursor, and Codex session.

npx conare@latest

Free · one command · indexes the sessions already on disk. Set up in the browser instead →

What it does

  • Client-side AES-256-GCM encryption for all files
  • Zero-knowledge architecture where the server never sees plaintext data
  • Agent-native integration via Model Context Protocol
  • European data sovereignty compliant with GDPR

Environment Variables

BITATLAS_API_KEYrequiredAPI key for authenticating with the BitAtlas service
BITATLAS_MASTER_KEYrequiredDerived master key for client-side encryption

Try it

List the files currently stored in my secure BitAtlas vault.
Read the contents of my encrypted document titled 'Property Deed'.
Upload the local file 'medical_records.pdf' to my BitAtlas vault with encryption.
Search for documents in my vault related to my digital assets.
Original README from bitatlas-group/bitatlas

BitAtlas 🦞

Zero Knowledge Cloud Drive for Humans and Agents

BitAtlas is a next-generation cloud storage platform designed with privacy and AI agents in mind. It provides a secure, zero-knowledge environment where your most sensitive documents are encrypted client-side and accessible only to you and the agents you authorize.

🚀 Vision

BitAtlas aims to be the secure "atlas" for your digital life, providing a foundation for both human productivity and AI agent assistance without compromising on privacy.

✨ Key Features

  • 🛡️ E2E Encryption (AES-256-GCM): All files are encrypted in the browser (or at the SDK level) before being uploaded. The server never sees your plaintext data or your encryption keys.
  • 🤖 Agent-Native (MCP Server): Built from the ground up to support AI agents via the Model Context Protocol (MCP). Let your agents safely search, read, and manage your vault.
  • 🔐 Personal Vault: A dedicated space for your most critical documents—identity papers, property deeds, medical records, and digital assets.
  • 🇪🇺 European Data Sovereignty: All infrastructure is hosted on European soil, subject to the world's strongest privacy regulations (GDPR).

🏗️ Project Structure

  • mcp-server/: The Model Context Protocol server for integrating with AI agents like Claude Desktop, OpenClaw, and more.
  • sdk/encryption/: The core encryption logic used for client-side security.

🌐 Ecosystem

  • LegacyShield (legacyshield.eu): The first production application built on BitAtlas. A digital legacy platform and encrypted document vault for humans and their descendants.

🛠️ Getting Started

MCP Server

To use BitAtlas with your AI agent, configure the MCP server:

{
  "mcpServers": {
    "bitatlas": {
      "command": "npx",
      "args": ["-y", "@bitatlas/mcp-server"],
      "env": {
        "BITATLAS_API_KEY": "your-api-key",
        "BITATLAS_MASTER_KEY": "your-derived-master-key"
      }
    }
  }
}

📜 License

MIT License. See LICENSE for details.


Built with ❤️ by BitAtlas Group

Frequently Asked Questions

What are the key features of BitAtlas?

Client-side AES-256-GCM encryption for all files. Zero-knowledge architecture where the server never sees plaintext data. Agent-native integration via Model Context Protocol. European data sovereignty compliant with GDPR.

What can I use BitAtlas for?

Storing sensitive identity papers and property deeds securely for AI agent access. Managing encrypted medical records that require high privacy standards. Archiving digital assets in a zero-knowledge environment for long-term legacy planning.

How do I install BitAtlas?

Install BitAtlas by running: npx -y @bitatlas/mcp-server

What MCP clients work with BitAtlas?

BitAtlas works with any MCP-compatible client including Claude Desktop, Claude Code, Cursor, and other editors with MCP support.

Conare · memory for coding agents

Turn this server into reusable context

Keep BitAtlas docs, env vars, and workflow notes in Conare so your agent carries them across sessions.

Set up free$npx conare@latest