Catalog
com.clihub/clihub
OfficialConvert any CLI binary to an MCP server via `ch mcp wrap`; discover CLI tools & recipes.
Wraps any CLI tool as an MCP server and provides discovery for CLI programs and recipes.
README not available yet.
Install
Configuration
Arguments
toolrequired--stdioclaude_desktop_config.json
{
"mcpServers": {
"clihub": {
"command": "npx",
"args": [
"-y",
"@clihub/cli@0.1.0-beta.0"
]
}
}
}