Back to Apps

MoFlo
by eric-cielo
Local-first AI agent orchestration toolkit for Claude Code with semantic memory and learned routing.
0 stars
Works in:claude
Exposes:ToolsResourcesPrompts
What it does
MoFlo is an opinionated, local-first orchestration toolkit designed specifically for Claude Code. It enhances the AI's capabilities by providing a persistent semantic memory system, automated indexing of code and documentation, and intelligent task routing. By forcing a 'memory-first' approach, it prevents the AI from wasting tokens on redundant file exploration, making the development process significantly more efficient.
Tools
memory_search: Performs semantic search across project documentation and learned lessons.memory_store: Saves durable lessons and patterns to the local knowledge base.flo_init: Initializes the MoFlo environment, scanning for guidance and source code.flo_healer: Runs comprehensive diagnostics to ensure the MoFlo installation and wiring are correct.flo_spell_cast: Executes declarative YAML-based automations (spells).flo_epic: Manages the sequential execution of GitHub issues grouped as epics.
Installation
Install via npm and initialize in your project root:
npm install --save-dev moflo
flo init
Supported hosts
- claude
Quick install
npm install --save-dev moflo && flo initInformation
- Pricing
- free
- Published
- 7/20/2026
- stars
- 0
Categories
Choose your AI client and follow the steps below.
Claude Desktop
MoFlo is designed for Claude Code CLI, not Claude Desktop. Use 'npm install --save-dev moflo && flo init' in your project.





