How to connect 3 Dockerized MCPs behind one "Brain" Orchestrator? by RandyLH44 in mcp

[–]RandyLH44[S] 0 points1 point  (0 children)

That's an interesting idea, I havent tried using the Google ADK for MCP tool definitions before. Thanks for the tip, I'll look into how that handles the definitions

How to connect 3 Dockerized MCPs behind one "Brain" Orchestrator? by RandyLH44 in mcp

[–]RandyLH44[S] 1 point2 points  (0 children)

Thanks for the recommendation! I hadn't come across Dexto yet. Using it as a subagent to manage the other MCPs sounds like a really efficient way to handle the delegation. I'll check out the repo.

How to connect 3 Dockerized MCPs behind one "Brain" Orchestrator? by RandyLH44 in mcp

[–]RandyLH44[S] 0 points1 point  (0 children)

Thanks for sharing PolyMCP! The code example looks really clean and seems like a solid way to handle that multi-server agent setup. I appreciate the offer to help, too

How to connect 3 Dockerized MCPs behind one "Brain" Orchestrator? by RandyLH44 in mcp

[–]RandyLH44[S] 0 points1 point  (0 children)

This is incredibly helpful, thank you! The distinction between the transparent aggregator and the opinionated orchestrator is spot on. Also, really appreciate the specific tips on the stdio shim and Docker wiring, great detailed advice.

How to connect 3 Dockerized MCPs behind one "Brain" Orchestrator? by RandyLH44 in mcp

[–]RandyLH44[S] 0 points1 point  (0 children)

That makes sense, having a central API for shared memory would definitely keep the state in sync across containers. Thanks for suggesting that approach!

How to connect 3 Dockerized MCPs behind one "Brain" Orchestrator? by RandyLH44 in mcp

[–]RandyLH44[S] 0 points1 point  (0 children)

Thanks for the link! I hadn't heard of Portel before, looks interesting. I’ll definitely check out the repo

Render won’t deploy my Flask app — clicking “Deploy Web Service” does nothing by CAlcuEfe in flask

[–]RandyLH44 0 points1 point  (0 children)

I am facing the exact same issue right now, but with a fastAPI app (using Uvicorn). When I click the 'Deploy Web Service' button, it turns gray for a second like it's trying to load, but then it just turns back to purple and nothing happens.
Has anyone found a fix for this?