Best for
- Developers familiar with Claude Code, the Claude Agent SDK, or multi-agent workflows
- Teams needing self-learning routing, swarm coordination, and project-level code analysis
- Users building agent applications with the TypeScript API
A developer-tools MCP service profile based solely on the supplied README. It is suited to Claude Code workflows involving agent routing, swarms, learning memory, and development automation. No server manifest was provided, so the transport and complete tool inventory cannot be confirmed; alpha status, permissions, and licensing should be verified before deployment.
Agentic-Flow v2 is a Node.js and TypeScript framework for AI-agent orchestration. Its README claims 66 self-learning agents, 213 MCP tools, multi-agent swarms, memory and vector search, task routing, background workers, and Claude Code integration.
Requires Node.js 18+ and npm 8+. Install with npm install agentic-flow@alpha, then start the MCP service with npx agentic-flow@alpha mcp start. You can also run npx agentic-flow init to initialize a project, followed by hooks pretrain and hooks build-agents. The README provides a Claude Code mcpServers configuration example.
{"mcpServers":{"agentic-flow":{"command":"npx","args":["agentic-flow@alpha","mcp","start"]}}}