Really cool, but it seems like recursive agents are going to bog down into microservice hell.
Show HN: Representing Agents as MCP Servers
11–17 of 17 posts
Re: Show HN: Representing Agents as MCP Servers
#12i've used this repo, it's a great starter pack
Re: Show HN: Representing Agents as MCP Servers
#13This paradigm feels like the obvious next step for agents. It more closely models human interaction (to the degree that this is desirable) and unlocks a lot of optimizations + powerful functionality.
It is going to be an exciting rest of the year!
Re: Show HN: Representing Agents as MCP Servers
#14Really cool, but it seems like recursive agents are going to bog down into microservice hell.
I don't know of a usecase where there are such deep recursive agent chains that it becomes unmanageable.
I almost think of mcp-agents as a modern form of scripting – we have agent workflows (e.g. generating a summary of new GitHub issues and posting on Slack), and exposing them as MCP servers has enabled us to use them in our favorite MCP clients.
Re: Show HN: Representing Agents as MCP Servers
#15Really cool, but it seems like recursive agents are going to bog down into microservice hell.
Agents should be given a time budget, which they can allot to other agents as they see fit. And it's easy to enforce: you kill the process after the allotted time.
Re: Show HN: Representing Agents as MCP Servers
#16Re: Show HN: Representing Agents as MCP Servers
#17This a bit confusing, and maybe I am missing a piece of the puzzle, are mcp agents and mcp clients being used interchangeably?