Skip to content
Cline

bitatlas for Cline

io.github.bitatlas-group/bitatlas

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

client:Cline transport:stdio runtime:npm

Install bitatlas in Cline

~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json · windows: %APPDATA%\Code\User\globalStorage\saoudrizwan.claude-dev\settings\cline_mcp_settings.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "bitatlas": {
      "command": "npx",
      "args": [
        "-y",
        "@bitatlas/mcp-server"
      ],
      "env": {
        "BITATLAS_API_KEY": "<BITATLAS_API_KEY>",
        "BITATLAS_MASTER_KEY": "<BITATLAS_MASTER_KEY>",
        "BITATLAS_API_URL": "<BITATLAS_API_URL>",
        "BITATLAS_WEB_URL": "<BITATLAS_WEB_URL>"
      }
    }
  }
}

Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs

bitatlas in other clients