Condition watcher for AI assistants — wait for ports, files, URLs, processes, and more
Condition watcher MCP server + CLI for AI CLI assistants (Claude Code, Codex, Cursor, etc.). Instead of polling with loops and that waste API round-trips, call a wait tool once — it blocks until the condition is met and returns the result. Tool | Key Params | How it watches | ------|------------|----------------| | , | TCP dial loop, 500ms interval | | , (create/modify/delete) | inotify via…
Verification confirms publisher identity (repo ownership), not code safety. The security scan covers known CVEs and suspicious install scripts — it cannot prove the absence of malicious code.
Condition watcher MCP server + CLI for AI CLI assistants (Claude Code, Codex, Cursor, etc.). Instead of polling with loops and that waste API round-trips, call a wait tool once — it blocks until the condition is met and returns the result. Tool | Key Params | How it watches | ------|------------|----------------| | , | TCP dial loop, 500ms interval | | , (create/modify/delete) | inotify via crate, no polling | | , (default 200) | loop, 2s interval (requires ) | | | check, 500ms interval | | ,…