clihub for Zed
com.clihub/clihub
Convert any CLI binary to an MCP server via `ch mcp wrap`; discover CLI tools & recipes.
client:Zed
transport:stdio
runtime:npm
Install clihub in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"clihub": {
"command": "npx",
"args": [
"-y",
"@clihub/cli"
]
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs