mcp-fusion
Allows using the Gemini 2.5 Flash model as a panel model by providing a Google API key. It can be included in the panel to generate responses for analysis.
Allows using GPT-4o as a panel model by providing an OpenAI API key. It can be included in the panel to generate responses for the fusion analysis.
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@mcp-fusionanalyze the pros and cons of remote work"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
MCP Fusion Server
多模型融合分析工具。将问题并行发送给多个 AI 模型,由评审模型综合各方观点,返回结构化分析。
安装
cd mcp-fusion
npm install
npm run buildRelated MCP server: cognition-wheel
在 Claude Code 中配置
在项目 .mcp.json 或全局 ~/.claude/settings.json 中添加:
{
"mcpServers": {
"fusion": {
"command": "node",
"args": ["/Users/thysummer/Desktop/some thing/agent/Claude code/mcp-fusion/dist/index.js"],
"env": {
"ARK_API_KEY": "你的字节方舟CodingPlan key",
"ANTHROPIC_API_KEY": "你的Anthropic key"
}
}
}
}只需要 ARK_API_KEY + ANTHROPIC_API_KEY 就能跑起来(面板走方舟,评审走 Claude)。
如果还想在面板中加入 GPT 或 Gemini,额外配置对应 key 即可。
可用模型
通过 CodingPlan(一个 ARK key):
doubao-seed-2.0-pro— 字节豆包deepseek-v4-pro— DeepSeekdeepseek-v4-flash— DeepSeek 快速版kimi-k2.6— 月之暗面glm-5.1— 智谱minimax-m3— MiniMax
通过各自官方 key:
gpt-4o— OpenAIgemini-2.5-flash— Googleclaude-sonnet— Anthropicclaude-opus— Anthropic
默认配置
面板:
deepseek-v4-pro+kimi-k2.6+glm-5.1评审:
claude-sonnet
自定义使用
调用时可以指定面板和评审模型:
"用 fusion 分析这个问题,面板用 deepseek-v4-pro、gpt-4o、kimi-k2.6,评审用 claude-opus"tool 参数:
query— 要分析的问题panel_models— 可选,面板模型 ID 列表judge_model— 可选,评审模型 ID
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Tools
Related MCP Servers
- AlicenseAqualityDmaintenanceMulti-AI Consensus Tool: Query multiple AI models in parallel, synthesize responses for better accuracy, and reduce AI bias through ensemble decision-making.Last updated130MIT
- AlicenseAqualityDmaintenanceEnables querying multiple AI models in parallel (Claude, Gemini, O3) and synthesizing their responses using anonymous analysis to reduce bias, providing a comprehensive answer.Last updated145193MIT
- Alicense-qualityCmaintenanceEnables MCP clients to call OpenRouter Fusion, which queries a panel of models in parallel and synthesizes a single answer using a judge model, useful for research and critical decisions.Last updatedMIT
- Alicense-qualityBmaintenanceFans out queries to multiple independent free LLMs from different providers and returns their answers side by side, enabling sanity-checking of decisions or getting multiple perspectives during coding sessions.Last updatedGPL 3.0
Related MCP Connectors
Multi-LLM entity enrichment: schemas, single/batch enrichment, fusion, model benchmarks.
A second opinion for AI agents: one prompt across several live Gonka models + roles, one call.
Agent-to-agent reasoning-as-a-service: chain-of-thought, analysis, and decision support.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/ThySummer14/mcp-fusion'
If you have feedback or need assistance with the MCP directory API, please join our Discord server