Zero-knowledge encrypted cloud storage for AI agents with client-side AES-256-GCM encryption.
MCPpedia last refreshed this data
io.github.bitatlas-group/bitatlas is an MCP server that zero-knowledge encrypted cloud storage for AI agents with client-side AES-256-GCM encryption. Its tool list has not been published yet over stdio, sse and http, requires no API key, and scores 39/100 on MCPpedia's security, maintenance and efficiency rubric.
Config is the same across clients — only the file and path differ.
{
"mcpServers": {
"bitatlas": {
"env": {
"BITATLAS_API_KEY": "your-api-key",
"BITATLAS_MASTER_KEY": "your-derived-master-key"
},
"args": [
"-y",
"@bitatlas/mcp-server"
],
"command": "npx"
}
}
}Are you the author?
Add this badge to your README to show your security score and help users find safe servers.
Zero Knowledge Cloud Drive for Humans and Agents
No automated test available for this server. Check the GitHub README for setup instructions.
Five weighted categories — click any category to see the underlying evidence.
No known CVEs.
No package registry to scan.
Be the first to review
Have you used this server?
Share your experience — it helps other developers decide.
Sign in to write a review.
Others in cloud / security
MCP Server for GCP environment for interacting with various Observability APIs.
Evidence-grounded agent memory with mandatory provenance, on local SQLite or Cloudflare D1
AI-powered reverse engineering assistant that bridges IDA Pro with language models through MCP.
MCP Server for kubernetes management commands
MCP Security Weekly
Get CVE alerts and security updates for io.github.bitatlas-group/bitatlas and similar servers.
Start a conversation
Ask a question, share a tip, or report an issue.
Sign in to join the discussion.
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