bitatlas for Grok
io.github.bitatlas-group/bitatlas
Zero-knowledge encrypted storage for humans and AI agents. Client-side AES-256-GCM, EU-hosted.
client:Grok
transport:stdio
runtime:npm
Install bitatlas in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"bitatlas": {
"type": "stdio",
"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>"
}
}
}
}
Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs