Came across cli-use after your Reddit r/mcp Showcase on 2026-05-12. "Turn any MCP server into a CLI in one command" with 60-80% token savings and the SKILL.md emission pattern is one of the cleanest takes on the "MCP framing is overhead for agent workflows" problem. Daemon mode dropping per-call latency from 300-500 ms to under 10 ms is the kind of thing that becomes invisible infrastructure once it lands.
What I run at Waypoint (waypoint.ing):
- 41,856 MCPs indexed across Smithery, Glama, Anthropic Official, GitHub direct
- Per-listing probe data: liveness, latency, schema score, tool count, error rate (roughly half the index is dead at any given probe pass)
- Cross-registry presence as a ranking dimension when the same server is mirrored
Sample listing with score breakdown: https://waypoint.ing/agents/shree-git/sendit/score
Where I see the cross-feed:
cli-use add <alias> <install-command> today is manually configured per-MCP. The discovery half ("which MCP should I add for X?") is the gap we partially fill. Would cli-use add --waypoint <pattern> style discovery (where pattern picks from the alive cross-registry index) be useful, or do you see discovery staying out of cli-use's scope?
- SKILL.md emission per alias is a great wedge for agent-readable metadata. Waypoint already publishes per-listing score data (latency, schema, error rate). Could the SKILL.md template absorb reliability metadata so agents know "this CLI alias is currently scoring X on liveness," or would that pollute the surface?
- Auth handling: many alive MCPs in our index still require API keys despite being reachable. Does cli-use handle the auth-required path during
add, or assume the install command captures any needed env config?
If there's a fit, I'd be up for shipping a waypoint.ing/exports/cli-use.json discovery feed covering the alive MCPs (~1,200 servers) with normalized install commands, ready for cli-use sync waypoint style ingestion, within 2 weeks. Worth a 15-min compare-notes call first?
Narasimhan (Waypoint)
Came across cli-use after your Reddit r/mcp Showcase on 2026-05-12. "Turn any MCP server into a CLI in one command" with 60-80% token savings and the SKILL.md emission pattern is one of the cleanest takes on the "MCP framing is overhead for agent workflows" problem. Daemon mode dropping per-call latency from 300-500 ms to under 10 ms is the kind of thing that becomes invisible infrastructure once it lands.
What I run at Waypoint (waypoint.ing):
Sample listing with score breakdown: https://waypoint.ing/agents/shree-git/sendit/score
Where I see the cross-feed:
cli-use add <alias> <install-command>today is manually configured per-MCP. The discovery half ("which MCP should I add for X?") is the gap we partially fill. Wouldcli-use add --waypoint <pattern>style discovery (where pattern picks from the alive cross-registry index) be useful, or do you see discovery staying out of cli-use's scope?add, or assume the install command captures any needed env config?If there's a fit, I'd be up for shipping a
waypoint.ing/exports/cli-use.jsondiscovery feed covering the alive MCPs (~1,200 servers) with normalized install commands, ready forcli-use sync waypointstyle ingestion, within 2 weeks. Worth a 15-min compare-notes call first?Narasimhan (Waypoint)