Autonomous agent orchestration system where 413 specialized agents collaborate through 39 quality gates. Self-learning meta-optimizer continuously improves agent routing. Battle-tested on 87 MCP servers.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"aigon-openai-agent-h": {
"command": "npx",
"args": [
"-y",
"szamaniai/aigon-openai-agent-hackathon"
]
}
}
}
Run in terminal:
claude mcp add aigon-openai-agent-h npx -y szamaniai/aigon-openai-agent-hackathon
Add to .cursor/mcp.json:
{
"mcpServers": {
"aigon-openai-agent-h": {
"command": "npx",
"args": [
"-y",
"szamaniai/aigon-openai-agent-hackathon"
]
}
}
}