Local Fusion MCP server — panel→judge→synthesis on the Claude CLI subscription, no OpenRouter.
Project description
fusion-mcp
Local Fusion MCP server — replicates the OpenRouter Fusion mechanism on your local Claude CLI subscription. No OpenRouter, no separate token bill, one wallet.
Instead of dispatching to many vendors, it fans out several headless claude -p calls, each given a distinct analytical lens, then runs a judge pass and a synthesis pass.
Pipeline
| Stage | Name | What |
|---|---|---|
| 1 | Panel | N parallel claude -p calls, diverse lenses (pragmatist / skeptic / researcher / architect), web search on |
| 2 | Judge | One call: consensus / contradictions / gaps / blind spots |
| 3 | Synthesis | One call: final answer grounded in the judge analysis |
Tool
fusion_research(question, panel="default")
Panels:
default/frontier— Opus 4.8budget— haiku + sonnet (use for frequent calls)
Install
python3 -m venv .venv
.venv/bin/pip install "mcp[cli]"
claude mcp add -s user fusion -- /ABS/PATH/.venv/bin/python /ABS/PATH/fusion_mcp.py
-s user → server visible in all folders. Use absolute paths.
Cost
Each call ≈ panel_size + 2 full Claude turns, 2-3x slower than a single call. Binding limit is the subscription request rate / usage quota, not dollars. Call sparingly — reserve for expensive questions: architecture decisions, comparing approaches, best-practice research.
Statusline (optional)
Server writes an atomic JSON heartbeat to $XDG_RUNTIME_DIR/fusion-mcp/state.json. Reader fusion-status.sh (bash + jq) prints e.g. 🔮 fusion[panel] 2/3 panel. Wire into statusLine.command in settings.json.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file fusion_mcp-0.1.0.tar.gz.
File metadata
- Download URL: fusion_mcp-0.1.0.tar.gz
- Upload date:
- Size: 10.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.14.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
8e9ef8799165d2d43dbcf0c40f31a485d7291735ba16d22bed997d9a66ad60e4
|
|
| MD5 |
c815fcc0063f05b9f58a0d2f0bd7ab6b
|
|
| BLAKE2b-256 |
fca8b831260a471defcb56bc65b9a72fa7a8fa6c898f898c4964470fb8439136
|
File details
Details for the file fusion_mcp-0.1.0-py3-none-any.whl.
File metadata
- Download URL: fusion_mcp-0.1.0-py3-none-any.whl
- Upload date:
- Size: 10.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.14.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
0937c40ba92fee4a58a811dc3f8a57195c4c41568a2290d1530c4dd939bff282
|
|
| MD5 |
944e93bfdbd98313bee658803c7c8ad4
|
|
| BLAKE2b-256 |
92df767a1cdc3276e349bad3fefd59dbb94aa7bdae612097a4d95d789975e3eb
|