Back to Apps

AIEvo
Supports UIby antgroup
Enterprise-grade multi-agent framework from Ant Group for building high-SOP compliance agent applications.
0 stars
Works in:claude
Exposes:Tools
What it does
AIEvo is a multi-agent framework designed for complex task execution using SOP (Standard Operating Procedure) graphs. It manages agent interactions, memory, and feedback loops to ensure high execution success rates in enterprise environments, supporting both single and multi-agent collaborations.
Tools
Agent Construction: Framework for building ReAct-based agents with custom instructions and prompts.SOP Graph Execution: Tools to define and enforce strict task sequences via SOP agents.Environment Management: Shared memory and message relay system for inter-agent communication.Feedback Chain: Validation tools to review agent outputs and trigger retries based on custom criteria.Watcher: Monitoring tools to intervene in agent processes and manage team membership dynamically.
Installation
Since AIEvo is a framework rather than a pre-packaged MCP server, it can be integrated into an MCP host by wrapping its Go-based agent modules in a stdio transport layer:
{
"mcpServers": {
"aievo": {
"command": "aievo-mcp-bridge",
"args": []
}
}
}
Supported hosts
- Claude Desktop
Quick install
go get github.com/antgroup/aievoInformation
- Pricing
- free
- Published
- 7/5/2026
- stars
- 0
Categories
Choose your AI client and follow the steps below.
Claude Desktop
Requires a Go-based bridge to expose AIEvo's framework as an MCP server.





