Wrap any CLI as a Model Context Protocol server - schema auto-inferred from --help.
Status: v0.1 — early release. Stdio transport only. APIs may change before 1.0. Expose any command-line binary as a Model Context Protocol tool by parsing its output and synthesizing a JSON Schema at startup. One command, no boilerplate. Works with any MCP-compatible client — Claude Desktop, ChatGPT (via OpenAI Agents SDK), Cursor, Gemini CLI, Cline, Windsurf, Continue, Zed, and anything else…
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.
Status: v0.1 — early release. Stdio transport only. APIs may change before 1.0. Expose any command-line binary as a Model Context Protocol tool by parsing its output and synthesizing a JSON Schema at startup. One command, no boilerplate. Works with any MCP-compatible client — Claude Desktop, ChatGPT (via OpenAI Agents SDK), Cursor, Gemini CLI, Cline, Windsurf, Continue, Zed, and anything else that speaks the MCP stdio transport. Writing an MCP server for a CLI you already have is mechanical…