BotVault CLI — install the BotVault MCP server (Claude Code, OpenClaw, Cursor) so your AI agents can fetch credentials at runtime instead of you pasting them into chat.
{
"mcpServers": {
"botvaultcli": {
"command": "npx",
"args": [
"-y",
"@botvault/cli"
]
}
}
}