mirror of
https://github.com/Shubhamsaboo/awesome-llm-apps.git
synced 2026-07-16 07:23:23 -05:00
[PR #533] [MERGED] Add Multi-MCP Agent Forge - specialized agents with MCP tool routing #11780
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/Shubhamsaboo/awesome-llm-apps/pull/533
Author: @WeberG619
Created: 2/25/2026
Status: ✅ Merged
Merged: 3/7/2026
Merged by: @Shubhamsaboo
Base:
main← Head:add-multi-mcp-agent-forge📝 Commits (2)
59bfefaAdd Multi-MCP Agent Forge - specialized agents with MCP toolsbbb2183feat: wire up actual MCP server connections for agent tool use📊 Changes
3 files changed (+455 additions, -0 deletions)
View changed files
➕
mcp_ai_agents/multi_mcp_agent_forge/README.md(+80 -0)➕
mcp_ai_agents/multi_mcp_agent_forge/agent_forge.py(+371 -0)➕
mcp_ai_agents/multi_mcp_agent_forge/requirements.txt(+4 -0)📄 Description
What This Adds
A complete, self-contained Streamlit app (
mcp_ai_agents/multi_mcp_agent_forge/) that demonstrates the multi-agent + MCP pattern:Files
agent_forge.pyrequirements.txtREADME.mdHow to Run
Why This Pattern Matters
Instead of giving one agent 50+ tools (which degrades tool selection accuracy), this routes queries to specialized agents that each have access to only the MCP tools they need. This is the core pattern behind cadre-ai.
Previous Submission
This replaces #507 which was closed because it only linked to an external repo. This PR includes the full self-contained code.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.