Jeomon/Plan-Agent-with-Meta-Agent
An AI task-solving system where the Planner Agent breaks down problems into tasks, and the Meta Agent creates specialized agents to solve them. Depending on the task, agents use tools (ReAct) or reasoning (Chain of Thought) to provide the final solution.
Platform-specific configuration:
{
"mcpServers": {
"Plan-Agent-with-Meta-Agent": {
"command": "npx",
"args": [
"-y",
"Plan-Agent-with-Meta-Agent"
]
}
}
}Add the config above to .claude/settings.json under the mcpServers key.
Loading reviews...