__ __ _ _____
| \/ | ___ ___( )___ |_ _|_ ___ _____ _ __ _ __
| |\/| |/ _ \ / _ \// __| | |/ _` \ \ / / _ \ '__| '_ \
| | | | (_) | __/ \__ \ | | (_| |\ V / __/ | | | | |
|_| |_|\___/ \___| |___/ |_|\__,_| \_/ \___|_| |_| |_|
An AI agent task board for Claude Code, Codex, Gemini CLI and Grok Build
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, QA, and governor agents with distinct roles and tools.
Agents connect through the bundled MCP proxy. Claude Code, Codex, Gemini CLI, and Grok Build are supported out of the box.
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 Code...) | | |
+--------+---------+ +--------+---------+ +--------+---------+
| | |
| 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.
Install from a marketplace (v0.8.0 and later): in a JetBrains IDE open Settings → Plugins → Marketplace and search for "Moe's Tavern"; in VS Code or Antigravity install yaront1111.moe-vscode (VS Code Marketplace or Open VSX); for terminal-only use, npm install -g moe-daemon moe-proxy. The ZIP and .vsix are also attached to each GitHub Release. The IDE plugins bundle the daemon and proxy; you still need Node.js and a coding CLI (Claude Code, Codex, Gemini CLI, or Grok Build).
Build from source: download the source ZIP, extract it, and open a terminal in the extracted Moe folder. The installer handles missing dependencies, installs your coding CLI, and builds Moe and the board plugin.
Use a JetBrains IDE for the board. Automatic dependency installation supports Windows with WinGet, macOS with Homebrew and Command Line Tools, and Linux with apt-get or dnf. It may request operating system permission to install system packages.
powershell -NoProfile -ExecutionPolicy Bypass -File .\scripts\install-all.ps1 -BuildPlugin
bash scripts/install-mac.sh --global --skip-mcp --with-plugin
moe-jetbrains/build/distributions/ through your IDE's Plugins → Install Plugin from Disk menu, and restart. Run your CLI once to sign in. Open your target project and its Moe tool window; wait for Connected.Moe's launchers commit task changes and attempt to push them by default. Review any reported Git or verification failure before treating a task as delivered.
Follow the full first-task guide for exact commands, CLI selection, PATH fixes, and troubleshooting. Marketplace builds and GitHub Release assets are built from the release tag; if you build from source, install the plugin you built.