Claude Code packet

Use Prompt Switchboard with Claude Code through the strongest current repo-owned packet.

Claude Code is a local MCP config surface today, not an official Prompt Switchboard marketplace listing. This packet keeps the setup honest: local MCP server, compare-first flow, Claude bundle content, and a packable archive for bundle-friendly consumers.

Current truth

Support class

  • Strongest repo-specific Prompt Switchboard host binding today
  • Official surface verified: Claude Code MCP docs and local config
  • No official Prompt Switchboard marketplace listing verified from current official Claude Code docs

Public packet contents

  • Claude Code MCP config snippet
  • Command bundle content for compare-first workflows
  • Bundle-ready archive directory
  • Compare-first smoke loop and full follow-through map

Placement and config

Paste the MCP block into your Claude Code MCP config file such as .mcp.json. Keep the repository path explicit so the sidecar launches from the correct clone.

{
  "mcpServers": {
    "prompt_switchboard": {
      "command": "npm",
      "args": ["run", "mcp:server"],
      "cwd": "/absolute/path/to/multi-ai-sidepanel"
    }
  }
}

Smallest useful smoke

  1. prompt_switchboard.bridge_status
  2. prompt_switchboard.check_readiness
  3. prompt_switchboard.compare

Preferred full flow: add prompt_switchboard.analyze_compare, then prompt_switchboard.run_workflow, then inspect or continue with get_workflow_run, list_workflow_runs, and resume_workflow.

Public distribution truth