bitatlas for Windsurf
io.github.bitatlas-group/bitatlas
Zero-knowledge encrypted storage for humans and AI agents. Client-side AES-256-GCM, EU-hosted.
client:Windsurf
transport:stdio
runtime:npm
Install bitatlas in Windsurf
~/.codeium/windsurf/mcp_config.json · windows: %USERPROFILE%\.codeium\windsurf\mcp_config.json
{
"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>"
}
}
}
}
Global only — Windsurf has no per-project MCP config. Refresh Cascade after saving. Windsurf docs