backant-wizard

backant-io/backant-wizard
★ 0 stars TypeScript AI/LLM Updated today
CLI wizard to install the Backant MCP server into AI coding agents
View on GitHub → Try with Claude — $10 free →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "backant-wizard": {
      "command": "npx",
      "args": [
        "-y",
        "backant-io/backant-wizard"
      ]
    }
  }
}

README Excerpt

CLI wizard that installs the [Backant](https://backant.io) 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: ```bash npx @backant/wizard ``` Or manage the MCP server explicitly: ```bash npx @backant/wizard mcp add # add the Backant MCP server to detected clients