CLI wizard that installs the Backant MCP server into your AI coding agents. It auto-detects the clients you have installed and writes the right MCP configuration for each one.
Run it with no install:
npx @backant/wizardOr manage the MCP server explicitly:
npx @backant/wizard mcp add # add the Backant MCP server to detected clients
npx @backant/wizard mcp remove # remove it again| Flag | Description |
|---|---|
--remote |
Use remote (cloud) mode |
--local |
Use local mode (connects to localhost:8000) |
--ci |
CI mode — skip interactive prompts |
--debug |
Enable debug logging |
See the Backant docs for the API key and full setup.
Amazon Q, Amp, Antigravity, Augment, Bolt AI, Claude Code, Claude Desktop, Cline, Codex, Continue, Copilot, Crush, Cursor, Factory, Gemini CLI, JetBrains, Kilo Code, Kiro, LM Studio, OpenCode, Perplexity, Qodo Gen, Qwen Coder, Roo Code, Trae, Vibe, Visual Studio, VS Code, Warp, Windsurf, and Zed.
npm install
npm run build
node dist/bin.js --helpBuilt with tsup and yargs; prompts via @clack/prompts.