__ __ _ _____
| \/ | ___ ___( )___ |_ _|_ ___ _____ _ __ _ __
| |\/| |/ _ \ / _ \// __| | |/ _` \ \ / / _ \ '__| '_ \
| | | | (_) | __/ \__ \ | | (_| |\ V / __/ | | | | |
|_| |_|\___/ \___| |___/ |_|\__,_| \_/ \___|_| |_| |_|
Human oversight for AI coding agents
Visual task management directly in your IDE. See what AI agents are working on at a glance.
Review and approve AI implementation plans before any code gets written.
Run architect, worker, and reviewer agents with specialized roles and tools.
Standard interface that works with Claude, GPT, and any MCP-compatible agent.
Live updates via WebSocket keep all clients synchronized instantly.
Define constraints that AI must follow at project, epic, or task level.
+------------------+ +------------------+ +------------------+
| JetBrains IDE | | AI Agents | | Other CLIs |
| (Plugin) | | (Claude, GPT...) | | |
+--------+---------+ +--------+---------+ +--------+---------+
| | |
| WebSocket | MCP (stdio) |
| | |
v v v
+--------+------------------------+------------------------+---------+
| Moe Daemon |
| (WebSocket + MCP Server) |
+-----------------------------------+--------------------------------+
|
| Read/Write
v
+---------+---------+
| .moe/ folder |
| (source of truth)|
+-------------------+
Key Principle: The daemon is the sole writer of .moe/ files. All clients communicate through the daemon.
git clone https://github.com/yaront1111/Moe-s-Tavern.git
cd Moe-s-Tavern
.\scripts\install-all.ps1
brew tap yaront1111/moe
brew install moe
git clone https://github.com/yaront1111/Moe-s-Tavern.git
cd Moe-s-Tavern
chmod +x scripts/*.sh
./scripts/install-mac.sh
cd /path/to/your/project
moe-daemon init
# Windows
.\scripts\moe-agent.ps1 -Role architect -Project "C:\your\project"
# Mac / Linux
./scripts/moe-agent.sh --role architect --project /your/project