io.github.bitatlas-group/bitatlas MCP Server
io.github.bitatlas-group/bitatlas
What is the io.github.bitatlas-group/bitatlas MCP server?
Zero-knowledge encrypted storage for humans and AI agents. Client-side AES-256-GCM, EU-hosted.
How to install io.github.bitatlas-group/bitatlas
Copy-paste configuration for popular MCP clients.
BITATLAS_API_KEYrequiredsecretYour BitAtlas API key (starts with ba_). Generate one at https://bitatlas.com/vault/settings
BITATLAS_MASTER_KEYsecretYour 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_URLBitAtlas API base URL (default: https://api.bitatlas.com)
BITATLAS_WEB_URLWeb origin used to build share links (default: https://www.bitatlas.com)
{
"mcpServers": {
"bitatlas": {
"command": "npx",
"args": [
"-y",
"@bitatlas/mcp-server"
],
"env": {
"BITATLAS_API_KEY": "<YOUR_BITATLAS_API_KEY>",
"BITATLAS_MASTER_KEY": "<YOUR_BITATLAS_MASTER_KEY>",
"BITATLAS_API_URL": "<YOUR_BITATLAS_API_URL>",
"BITATLAS_WEB_URL": "<YOUR_BITATLAS_WEB_URL>"
}
}
}
}{
"mcpServers": {
"bitatlas": {
"command": "npx",
"args": [
"-y",
"@bitatlas/mcp-server"
],
"env": {
"BITATLAS_API_KEY": "<YOUR_BITATLAS_API_KEY>",
"BITATLAS_MASTER_KEY": "<YOUR_BITATLAS_MASTER_KEY>",
"BITATLAS_API_URL": "<YOUR_BITATLAS_API_URL>",
"BITATLAS_WEB_URL": "<YOUR_BITATLAS_WEB_URL>"
}
}
}
}{
"mcpServers": {
"bitatlas": {
"command": "npx",
"args": [
"-y",
"@bitatlas/mcp-server"
],
"env": {
"BITATLAS_API_KEY": "<YOUR_BITATLAS_API_KEY>",
"BITATLAS_MASTER_KEY": "<YOUR_BITATLAS_MASTER_KEY>",
"BITATLAS_API_URL": "<YOUR_BITATLAS_API_URL>",
"BITATLAS_WEB_URL": "<YOUR_BITATLAS_WEB_URL>"
}
}
}
}{
"servers": {
"bitatlas": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@bitatlas/mcp-server"
],
"env": {
"BITATLAS_API_KEY": "<YOUR_BITATLAS_API_KEY>",
"BITATLAS_MASTER_KEY": "<YOUR_BITATLAS_MASTER_KEY>",
"BITATLAS_API_URL": "<YOUR_BITATLAS_API_URL>",
"BITATLAS_WEB_URL": "<YOUR_BITATLAS_WEB_URL>"
}
}
}
}claude mcp add bitatlas --env BITATLAS_API_KEY=<YOUR_BITATLAS_API_KEY> --env BITATLAS_MASTER_KEY=<YOUR_BITATLAS_MASTER_KEY> --env BITATLAS_API_URL=<YOUR_BITATLAS_API_URL> --env BITATLAS_WEB_URL=<YOUR_BITATLAS_WEB_URL> -- npx -y @bitatlas/mcp-serverRelated MCP servers
Scrapling MCP Server
Give your AI agent stealth web scraping with Cloudflare bypass and CSS selection, powered by Scrapling.
Chrome DevTools MCP
Give your AI coding agent full control of a live Chrome browser for automation, debugging, and performance analysis.
com.puter/mcp-server
Let AI agents manage your Puter files, websites, and serverless workers over MCP.
Browser automation for AI agents via MCP, powering ByteDance's Agent TARS hybrid GUI/DOM browser control.
Run arbitrary shell commands from an MCP-connected AI agent.
Filesystem access MCP server from ByteDance's UI-TARS/Agent TARS ecosystem.