Show HN: Agent MCP Studio – build multi-agent MCP systems in a browser tab
Comments
mikeinfra
stealthtsdb
Yes, keeping extra eyes on the export to python feature... There may be edge cases that I haven't crossed yet, but will plan on resolved as many as possible.
t_messinis
Multi-agent + MCP in a browser tab is a clean demo surface. The question I'd ask: does the studio represent agent topology as data (so you can serialize / version/diff it) or is it implicit in the UI graph? We found the former matters a lot the moment you want to test the same workflow against two different models, or roll back a change someone made in prod.
stealthtsdb
It is serialized, every aspect of the agent layer and tool layer. I added an export and import feature... Take a look at the json
goodra7174
Great curious to try it out. Have you posted on Linkedkin as well ?
stealthtsdb
I have not posted on linkedin yet, will shortly after some feedback. Feel free to share it with your network!!
Pretty cool, I’m excited to try this.
The WASM boundary as a security primitive is underappreciated most people reach for containers without asking whether the threat model actually requires a persistent process. On the 10 strategies question: Supervisor and Mixture of Experts will cover 80% of real workloads in my experience, with Debate and Reflection worth keeping as the next tier since Debate surfaces assumptions single-agent pipelines miss and Reflection catches compounding errors cheaply. The part I would stress test is the export-to-Python parity keeping browser prototype behavior identical to the deployed artifact is a hard problem, and curious how you are handling edge cases where Pyodide’s stdlib coverage diverges from CPython.