AgentFlow DSL — declarative language for composing multi-agent AI workflows. Write .aflow files, expose them as MCP tools. No integration code required.
{
"mcpServers": {
"anhonestboyagentflow": {
"command": "npx",
"args": [
"-y",
"@anhonestboy/agentflow"
]
}
}
}