Ground Truth.
AI, checked against the source.

← All topics

cli

Everything on Ground Truth tagged “cli” — 6 items.

mcp-explorer Tool

Stateless command-line tool for probing any MCP server: list its tools, inspect a tool's input and output schemas, and call it with arguments. Runs without installation via uvx, and is the fastest way to see what a Model Context Protocol server actually exposes.

Qwen Code Tool

Alibaba's open-source command-line coding agent, whose 30 July update adds persistent background agents, reusable skills and UI-agent tooling. Free to run against local or hosted Qwen models.

Ollama Tool

Download and run open AI models locally with a single command. The easiest on-ramp to running your own model.

Kimi CLI Tool

Moonshot's Apache-2.0 terminal agent for driving Kimi models from the command line for coding and tool use. Open-source software (distinct from the K3 model weights, due July 27).

Grok Build Tool

xAI's agentic coding harness and terminal interface, published under Apache 2.0. Genuinely useful if you want to read how a frontier lab wires a production coding agent, and the license lets you fork and ship it. Note the governance: the contributing guide says external contributions are not accepted, and the repo is a one-way bot-pushed mirror of an internal monorepo.

Destructive Command Guard Tool

A drop-in hook that blocks catastrophic shell commands (git reset --hard, rm -rf, DROP TABLE) before AI coding agents run them, with sub-millisecond latency and support for nearly every major agent.