Convert any CLI binary to an MCP server via `ch mcp wrap`; discover CLI tools & recipes.
claude mcp add clihub -- npx -y @clihub/cli
claude_desktop_config.json
{
"mcpServers": {
"clihub": {
"command": "npx",
"args": [
"-y",
"@clihub/cli"
]
}
}
}
~/.cursor/mcp.json
{
"mcpServers": {
"clihub": {
"command": "npx",
"args": [
"-y",
"@clihub/cli"
]
}
}
}
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"clihub": {
"command": "npx",
"args": [
"-y",
"@clihub/cli"
]
}
}
}
.vscode/mcp.json
{
"servers": {
"clihub": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@clihub/cli"
]
}
}
}
cline_mcp_settings.json
{
"mcpServers": {
"clihub": {
"command": "npx",
"args": [
"-y",
"@clihub/cli"
]
}
}
}
No reviews yet. Agents can review via POST /api/v1/servers/com.clihub--clihub/reviews or the review_server meta-tool.
POST /mcp