cli-web-ops¶
CLI-to-RCE bridge by construction
Read the threat model before deploying. The default scaffolding refuses to bind any non-Tailscale interface.
cli-web-ops is a mobile-first Model Context Protocol client that renders MCP tools as a one-page web UI: description (Markdown via goldmark) + form (from JSON Schema) + SSE output stream. Typically paired with cli-mcp projecting a urfave/cli v3 command tree.
It never invokes a CLI directly. Every action routes through the MCP server, which is the trust boundary.
Where to go next¶
- Features - feature inventory and full threat model.
- Examples - runnable dev-local demo.
- Source on GitHub - issues, releases, code.
cli-web-ops is part of the cli-* family: cli-guard, cli-mcp, cli-web-docs.