mcp-agent
by LastMile AI
Builds agents from MCP servers using composable workflow patterns from the Building Effective Agents playbook, handling server lifecycle and tool routing.
Skills
MCP Server Lifecycle
Starts, connects and tears down MCP server connections so agent code never manages transports directly.
Composable Workflow Patterns
Implements routing, parallel fan-out, evaluator-optimizer and orchestrator-worker patterns as reusable classes.
Tool Routing
Routes a request to the right server and tool across many connected MCP servers based on intent.
Related Agents
AG2
Builds multi-agent systems in Python with async agents, @tool functions, human-in-the-loop pauses, and a hub-and-channe…
fast-agent
Define and run multi-agent workflows in Python with first-class MCP support — chains, routers, parallel fan-out, evalua…
Agent Lightning
Optimizes any AI agent with reinforcement learning without rewriting it, decoupling training from execution so existing…
AutoGPT
Builds, deploys and runs continuous autonomous agents through a low-code block-based builder, the project that populari…