Show HN: CLI and MCP for model fusion via harnesses Parley, a new CLI and MCP server, enables local multi-model deliberation by fusing answers from multiple AI coding agents like Claude, Codex, and Gemini into a single response, providing consensus or flagging disagreements without sending code to external APIs. Your coding agents are smarter together. A CLI and an MCP server that convene a panel of the agents you already run — Claude, Codex, Gemini, and more — and fuse their answers into one. A single agent is a single model's judgment — one set of blind spots. Parley sends the same problem to a panel of agent CLIs, then fuses their replies: where they agree you get high-confidence consensus, where they disagree you get a flag worth your attention, and what none caught the panel surfaces. This is the multi-model deliberation behind Sakana's AB-MCTS and — both report combined models beating any single one — but running over the CLIs already on your machine, with OpenRouter's Fusion https://openrouter.ai/blog/announcements/fusion-beats-frontier/ their auth and your context. No API keys. No new vendor. Your code never leaves. Parley is first-class both ways — a CLI you drive, and an MCP server your agent drives. Same engine, same capabilities, whichever side you call it from: | Capability | CLI — you run it | MCP — your agent calls it | |---|---|---| Fuse a panel into one answer | par fuse "design a rate limiter" | fuse tool | Ask another agent, with context | par ask -h g -p "…" --context-from cl | ask agent tool | Resume any agent's session here | par resume | list sessions · get last session · resume command | Converse — two agents, multi-turn | par converse --a cl --b g -p "…" | compose via ask agent | Route a prompt to any agent | par -p "…" -h