bitatlas for Cursor
io.github.bitatlas-group/bitatlas
Zero-knowledge encrypted storage for humans and AI agents. Client-side AES-256-GCM, EU-hosted.
client:Cursor
transport:stdio
runtime:npm
Install bitatlas in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"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>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs