This connects Claude to BitAtlas's zero-knowledge cloud storage, letting agents search, read, and manage encrypted files in your personal vault. Everything uses client-side AES-256-GCM encryption, so the server never sees your plaintext data or keys. You configure it with your API key and master encryption key, then your agent can interact with documents stored in European infrastructure under GDPR. Reach for this when you want AI assistance with sensitive files like identity papers, medical records, or legal documents without exposing the contents to the storage provider. It's built for the Model Context Protocol from the ground up and supports anonymous pay-per-request access via x402 payments on Base.
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.
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.
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.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"
}
}
}
}
MIT License. See LICENSE for details.
Built with ❤️ by BitAtlas Group
BITATLAS_API_KEY*secretYour BitAtlas API key for vault access
BITATLAS_API_URLBitAtlas API URL (default: https://api.bitatlas.com)
csoai-org/pdf-document-mcp
xt765/mcp-document-converter
io.github.xjtlumedia/markdown-formatter
io.github.ai-aviate/better-notion
suekou/mcp-notion-server
meterlong/mcp-doc