forgent

alialaayedi/forgent
★ 0 stars Python 🤖 AI/LLM Updated today
forgent — meta-orchestrator that grows its own AI subagents on demand. Routes any task across Claude Code subagents, Python frameworks, and MCP servers.
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "forgent": {
      "command": "uvx",
      "args": [
        "forgent"
      ]
    }
  }
}

Or install with pip: pip install forgent

Topics

agent-orchestrationai-agentsanthropicclaudeclaude-codeclicrewailanggraphllm-agentsmcpmcp-serverpython