odd-flow
v1.2.5
Published
AI agent orchestration for Claude Code — swarm coordination, vector memory, self-learning hooks, and MCP tools
Maintainers
Readme
odd-flow
Agent orchestration for Claude Code.
odd-flow is a CLI and MCP tool package for coordinating multi-agent coding workflows. It bundles swarm orchestration, memory tools, hooks, and MCP integrations into a single package you can install locally or run via npx.
What this package is for
Use odd-flow if you want to:
- run a local MCP server that exposes orchestration tools to Claude Code
- coordinate multiple agents working on the same task
- persist useful patterns and retrieve them with semantic memory search
- add hooks, task routing, and session management to your coding workflow
This is the end-user package. If you are looking for lower-level building blocks, see the companion packages:
@darrenjcoxon/odd-flow-mcpfor the standalone MCP server library@darrenjcoxon/odd-flow-sharedfor shared infrastructure and types
Install
Run without installing:
npx odd-flowInstall globally:
npm install -g odd-flowQuick start
Register as an MCP server for Claude Code:
claude mcp add odd-flow -- npx -y odd-flowInitialize a project and start using the CLI:
odd-flow init
odd-flow swarm init --topology hierarchical
odd-flow agent spawn -t coder --name my-agent
odd-flow memory store --key "pattern" --value "JWT refresh token rotation"
odd-flow memory search --query "authentication"Core capabilities
- Swarm orchestration for multi-agent workflows
- Semantic memory storage and retrieval
- MCP server with orchestration tools
- Hooks and session management
- Task coordination and progress tracking
- Security-focused transfer and plugin tooling
Main commands
initagentswarmmemorytasksessionhooksmcpdoctorconfig
Run odd-flow --help or odd-flow <command> --help for command details.
Who should use this package
- developers using Claude Code who want local orchestration tools
- teams experimenting with multi-agent workflows
- users who want one installable package instead of wiring the lower-level libraries together manually
License
MIT
