Back to Apps

clihub
Supports UIby thellimist
Turn any MCP server into a standalone, compiled CLI binary for agents and humans.
0 stars
Works in:CodexGoose
Exposes:Tools
What it does
clihub transforms MCP servers (both HTTP and stdio) into static Go binaries. This allows AI agents to call MCP tools as standard shell commands without needing a persistent MCP client runtime, reducing latency and dependency overhead.
Tools
generate: The primary tool that compiles an MCP server URL or stdio command into a binary.auth: Manages runtime authentication (OAuth, Bearer tokens, API keys) for the generated CLI.
Installation
Install clihub via Go:
go install github.com/thellimist/clihub@latest
To generate a CLI from a server:
clihub generate --url https://mcp.linear.app/mcp
Supported hosts
Confirmed for use by AI agents capable of executing shell commands (e.g., Codex, Goose, or custom agent runtimes).
Quick install
go install github.com/thellimist/clihub@latestInformation
- Pricing
- free
- Published
- 4/15/2026
- stars
- 0
Categories
Choose your AI client and follow the steps below.
Codex
Add to AGENTS.md: use `clihub generate` to create a CLI and move the executable to the bin folder.





