@usewhisper/wizard
v1.11.0
Published
Whisper onboarding wizard CLI
Readme
@usewhisper/wizard
Onboarding CLI for Whisper memory/context integration.
Usage
npx @usewhisper/wizard@latest
bunx @usewhisper/wizardWrapper package also supports:
npx whisper-wizard@latest
bunx whisper-wizard30-Second Quickstart
npx whisper-wizardFlow:
- Complete auth and project setup.
- Add a source/connector (GitHub, Web, PDF, Slack, or Local).
- Query with citations through MCP using
context.evidence_answer(orcontext.query). - Optional done-for-you MCP setup targets include
Claude Code,Claude Desktop,Codex,OpenCode, andAntigravity. OpenCode setup also updatesopencode.json,.opencode/package.json, and.opencode/plugins/whisper-context.ts. - If needed, generate scoped MCP config:
whisper-context-mcp scope --project <project> --source <source> --client <claude|cursor|vscode|windsurf|opencode|json>
OpenCode
OpenCode keeps Whisper MCP as the canonical tool surface.
The OpenCode plugin adds session continuity and two plugin-only helper tools:
whisper_statuswhisper_flush_session
These helper tools are not part of the Whisper MCP server.
Doctor
whisper-wizard doctor
whisper-wizard doctor --jsonTelemetry
Enabled by default. Disable with:
--no-telemetryWHISPER_NO_TELEMETRY=1
