Serversio.github.bitatlas-group/bitatlas
B

BitAtlas

io.github.bitatlas-group/bitatlas · v1.0.0
▦ npm
v1.0.0npm npm: @bitatlas/mcp-server↗ Website↗ Repository
{}server.json

The full server descriptor as registered with IndusMCP.

{
  "$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
  "name": "io.github.bitatlas-group/bitatlas",
  "description": "Zero-knowledge encrypted cloud storage for AI agents with client-side AES-256-GCM encryption.",
  "title": "BitAtlas",
  "repository": {
    "url": "https://github.com/bitatlas-group/bitatlas",
    "source": "github"
  },
  "version": "1.0.0",
  "websiteUrl": "https://bitatlas.com",
  "packages": [
    {
      "registryType": "npm",
      "registryBaseUrl": "https://registry.npmjs.org",
      "identifier": "@bitatlas/mcp-server",
      "version": "1.0.0",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Your BitAtlas API key for vault access",
          "isRequired": true,
          "isSecret": true,
          "name": "BITATLAS_API_KEY"
        },
        {
          "description": "BitAtlas API URL (default: https://api.bitatlas.com)",
          "name": "BITATLAS_API_URL"
        }
      ]
    }
  ],
  "_meta": {
    "dev.indusmcp/source": "official-registry-mirror",
    "dev.indusmcp/synced": "2026-05-12"
  }
}