Replies: 2 comments 2 replies
-
|
What's your current workflow? How many terminals/agents do you typically run? |
Beta Was this translation helpful? Give feedback.
-
|
What's your current workflow? How many terminals/agents do you typically run? I typically use about 8 for a full stack development app (front end, back end api, devops, etc.) - I could easily cut that down to 6. As it is I churn through my $200 claude plan in about 3 hours and have to wait until the 5 hour reset. Which Agent-MCP tools are essential vs nice-to-have? What other MCPs are you combining with Agent-MCP? Would hierarchical task organization help or hurt your workflow? I really like the concept of this. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
The Evolution of Agent-MCP: From Multiple Windows to Internal Task Management
Hey everyone,
I wanted to open a discussion about how Agent-MCP needs to evolve based on fundamental changes in how AI coding assistants work.
The Original Vision vs Reality
Back in February, Agent-MCP was born from necessity. Cursor only allowed one agent per codebase, so I built MultipleCursor to launch 4 separate Cursor windows on the same codebase. Each window had its own agent - backend, frontend, tests, etc. Clean separation, focused work, no context pollution.
The landscape has changed dramatically in just a few months. Now AI assistants can spawn their own internal "agents" or subtasks within a single instance. This breaks our original model in interesting ways.
The Current Friction Points
The original approach required:
Each had minimal context, clear boundaries, and couldn't interfere with others. Perfect linear decomposition.
Now, modern AI coding assistants can internally spawn multiple tasks. But we have:
What I'm Thinking: Streamlining Agent-MCP for Better MCP Integration
The goal isn't to reduce everything to one instance - it's to remove bloat while keeping the same power. Agent-MCP should play nicely with other MCPs (playwright-mcp, supabase-mcp, etc.) without overwhelming the system.
Current: Many terminals, each with simple tasks
Proposed: Fewer terminals, each handling more complex task hierarchies
Instead of launching 10 terminals for granular tasks, we'd have maybe 2-3 terminals, each managing what I'm calling a "Master Task":
A Master Task would:
The Key Questions
Terminal Management: How many terminals are you comfortable managing? Would you prefer fewer, more capable terminals over many simple ones?
MCP Integration: What other MCPs are you using alongside Agent-MCP? How can we make them work better together?
Tool Simplification: Which Agent-MCP tools do you actually use? What could be removed or consolidated without losing functionality?
Task Hierarchy: Would organizing work into Master Tasks with subtasks make more sense than flat agent lists?
Technical Reality Check
This isn't just renaming "agents" to "tasks". It would mean:
What I Need From You
The ecosystem has evolved rapidly since February. With so many MCPs available now, Agent-MCP needs to be a good citizen in this larger ecosystem.
Help me understand:
The goal is to keep the same capabilities while making the system cleaner and more interoperable.
Looking forward to your experiences and ideas on how to evolve this project.
Thanks for being part of this journey.
Beta Was this translation helpful? Give feedback.
All reactions