Skip to content

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

cli-web-ops is part of the cli-* family: cli-guard, cli-mcp, cli-web-docs.