← Index

BitAtlas

io.github.bitatlas-group/bitatlas·v1.0.0·Memory & RAG
Quality Score
95
/100

Zero-knowledge encrypted cloud storage for AI agents with client-side AES-256-GCM encryption.

§01  Install
Claude Desktop (claude_desktop_config.json)
{
  "mcpServers": {
    "bitatlas": {
      "command": "npx",
      "args": [
        "-y",
        "@bitatlas/mcp-server"
      ],
      "env": {
        "BITATLAS_API_KEY": "<your-bitatlas_api_key>",
        "BITATLAS_API_URL": "<bitatlas_api_url>"
      }
    }
  }
}
Cursor (.cursor/mcp.json)
{
  "mcpServers": {
    "bitatlas": {
      "command": "npx",
      "args": [
        "-y",
        "@bitatlas/mcp-server"
      ],
      "env": {
        "BITATLAS_API_KEY": "<your-bitatlas_api_key>",
        "BITATLAS_API_URL": "<bitatlas_api_url>"
      }
    }
  }
}
Cline (cline_mcp_settings.json)
npx -y @bitatlas/mcp-server
§02  Environment variables
BITATLAS_API_KEY
requiredsecret

Your BitAtlas API key for vault access

BITATLAS_API_URL

BitAtlas API URL (default: https://api.bitatlas.com)

§03  MCP Quality Score  ·  methodology
freshness
25
completeness
20
installability
25
documentation
15
stability
10
§04  Alternatives in Memory & RAG