HomeKnowledge & Memory › bitatlas

bitatlas

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

TypeScript Cloud
★ 1 stars Last pushed 2026-09-23 License: MIT

Topics: Knowledge & Memory

Connect

Review any command before running it. Package names and URLs come from the server's own registry entry.

Package (npm 1.1.0)

npx -y @bitatlas/[email protected]

Or add to your MCP client config:

{
  "mcpServers": {
    "bitatlas": {
      "command": "npx",
      "args": [
        "-y",
        "@bitatlas/[email protected]"
      ],
      "env": {
        "BITATLAS_API_KEY": "<YOUR_VALUE>",
        "BITATLAS_MASTER_KEY": "<YOUR_VALUE>",
        "BITATLAS_API_URL": "<YOUR_VALUE>",
        "BITATLAS_WEB_URL": "<YOUR_VALUE>"
      }
    }
  }
}
  • BITATLAS_API_KEY required secret — Your BitAtlas API key (starts with ba_). Generate one at https://bitatlas.com/vault/settings
  • BITATLAS_MASTER_KEY secret — Your hex-encoded 256-bit master key (64 hex chars). Required for file upload and download. Derived from your password client-side — never sent to BitAtlas servers.
  • BITATLAS_API_URL — BitAtlas API base URL (default: https://api.bitatlas.com)
  • BITATLAS_WEB_URL — Web origin used to build share links (default: https://www.bitatlas.com)

Related servers

Listed in punkpeye/awesome-mcp-servers (MIT)

Data from the Official MCP Registry