Skip to main content
Usage:
$ qbraid configure [OPTIONS] COMMAND [ARGS]...
Options:
  • --help: Show this message and exit.
Commands:
  • claude: Manage qBraid MCP server in Claude Desktop…
  • get: Get configuration value from qbraidrc file.
  • list: List all configuration values in qbraidrc.
  • magic: Enable qBraid IPython magic commands.
  • set: Set configuration value in qbraidrc file.

qbraid configure claude

Manage qBraid MCP server in Claude Desktop configuration. Add, remove, or show the qBraid MCP server in your Claude Desktop config (claude_desktop_config.json). Usage:
$ qbraid configure claude [OPTIONS] ACTION
Arguments:
  • ACTION: Action to perform: ‘add’, ‘remove’, or ‘show’ [required]
Options:
  • --overwrite: Overwrite existing MCP server configuration
  • --help: Show this message and exit.

qbraid configure get

Get configuration value from qbraidrc file. Usage:
$ qbraid configure get [OPTIONS] NAME
Arguments:
  • NAME: Config name [required]
Options:
  • -p, --profile TEXT: Profile name [default: default]
  • --help: Show this message and exit.

qbraid configure list

List all configuration values in qbraidrc. Usage:
$ qbraid configure list [OPTIONS]
Options:
  • --help: Show this message and exit.

qbraid configure magic

Enable qBraid IPython magic commands. Usage:
$ qbraid configure magic [OPTIONS]
Options:
  • --help: Show this message and exit.

qbraid configure set

Set configuration value in qbraidrc file. Usage:
$ qbraid configure set [OPTIONS] NAME VALUE
Arguments:
  • NAME: Config name [required]
  • VALUE: Config value [required]
Options:
  • -p, --profile TEXT: Profile name [default: default]
  • --help: Show this message and exit.