← Back to Plugins
MCP Server MCP

io.github.bitatlas-group/bitatlas

github By github 👁 1 views ▲ 0 votes

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

Homepage Verified source GitHub

Install

npx -y @bitatlas/[email protected]

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "npm",
      "identifier": "@bitatlas/mcp-server",
      "version": "1.1.0",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Your BitAtlas API key (starts with ba_). Generate one at https://bitatlas.com/vault/settings",
          "isRequired": true,
          "format": "string",
          "isSecret": true,
          "name": "BITATLAS_API_KEY"
        },
        {
          "description": "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.",
          "format": "string",
          "isSecret": true,
          "name": "BITATLAS_MASTER_KEY"
        },
        {
          "description": "BitAtlas API base URL (default: https://api.bitatlas.com)",
          "format": "string",
          "name": "BITATLAS_API_URL"
        },
        {
          "description": "Web origin used to build share links (default: https://www.bitatlas.com)",
          "format": "string",
          "name": "BITATLAS_WEB_URL"
        }
      ]
    }
  ]
}
mcp model-context-protocol npm

Comments

Sign in to leave a comment

Loading comments...