Claude Code packet

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

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

Current truth

Support class

  • Strongest repo-specific MultiAiPanel host binding today
  • Official surface verified: Claude Code MCP docs and local config
  • No official MultiAiPanel 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 MCP server launches from the correct clone.

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

Smallest useful smoke

  1. multi-ai-panel.bridge_status
  2. multi-ai-panel.check_readiness
  3. multi-ai-panel.compare

Preferred full flow: add multi-ai-panel.analyze_compare, then multi-ai-panel.run_workflow, then inspect or continue with get_workflow_run, list_workflow_runs, and resume_workflow.

Public distribution truth