The reputation layer for AI skills, tools & agents

thellimist/clihub

Score: 56.5 Rank #159

Turn any MCP server into CLI

Overview

thellimist/clihub is a Go MCP server licensed under MIT. Turn any MCP server into CLI

Ranked #159 out of 25632 indexed tools.

In the top 1% of all indexed tools.

Actively maintained with commits in the last week.

Ecosystem

Go MIT

Signal Breakdown

Stars 611
Freshness 4d ago
Issue Health 89%
Contributors 1
Dependents 0
Forks 33
Description Brief
License MIT

How to Improve

Description low impact

Expand your description to 150+ characters for better discoverability

Contributors medium impact

Single-contributor projects carry bus-factor risk — welcoming contributors boosts confidence

Dependents medium impact

No downstream dependents detected yet — adoption by other projects is the strongest trust signal

Badge

AgentRank score for thellimist/clihub
[![AgentRank](https://agentrank-ai.com/api/badge/tool/thellimist--clihub)](https://agentrank-ai.com/tool/thellimist--clihub)
<a href="https://agentrank-ai.com/tool/thellimist--clihub"><img src="https://agentrank-ai.com/api/badge/tool/thellimist--clihub" alt="AgentRank"></a>

Matched Queries

"mcp server""mcp-server"

From the README

# clihub

<p align="center">
  
</p>

Turn any [MCP server](https://modelcontextprotocol.io/) into a compiled CLI binary. One command. Designed for agents.

```
clihub generate --url https://mcp.linear.app/mcp
# → ./out/linear (6.5MB static binary, zero runtime dependencies)
```

Every tool the server exposes becomes a subcommand with flags derived from its JSON Schema. Auth is handled automatically — OAuth, bearer tokens, API keys, and more.

[Full blog post](https://kanyilmaz.me/2026/02/23/cli-vs-mcp.html)

## Install

```bash
go install github.com/thellimist/clihub@latest
```

If `clihub` is not found after install, run `export PATH="$(go env GOPATH)/bin:$PATH"` to add Go-installed binaries (usually `~/go/bin`) to your current shell `PATH`.

Or build from source:

```bash
git clone https://github.com/thellimist/clihub.git
cd clihub
go build -o clihub .
install -m 755 clihub ~/.local/bin/clihub
```

If you're contributing, run `bash scripts/install-hooks.sh` once after cloning.

If `
Read full README on GitHub →
Are you the maintainer? Claim this listing