MCP.so
Sign In

CLI

A curated directory of product CLIs, developer tools, and terminal apps — verified for humans, scripts, and AI agents.

Cloud & DevOps

>_
Official

Vercel CLI

$ vercel

Develop, preview, deploy, and manage Vercel projects and environment variables from the terminal.

Cloud & DevOps
>_
Official

Cloudflare Wrangler

$ wrangler

The official Cloudflare developer CLI for Workers, D1, R2, KV, Queues, Workflows, and more.

Cloud & DevOps
>_
Official

Lazydocker

$ lazydocker

A terminal UI for Docker containers, services, images, logs, and stats.

Cloud & DevOps
>_
Official

K9s

$ k9s

A terminal UI for navigating, observing, and managing Kubernetes clusters.

Cloud & DevOps
>_
Official

Netlify CLI

$ netlify

Develop, deploy, and manage Netlify sites, functions, environment variables, and addons.

Cloud & DevOps
>_
Official

Firebase CLI

$ firebase

Manage Firebase projects, emulators, Hosting, Functions, Firestore, and deployments.

Cloud & DevOps
>_
Official

Railway CLI

$ railway

Link, run, deploy, and inspect Railway projects and services without leaving the terminal.

Cloud & DevOps
>_
Official

Fly.io flyctl

$ flyctl

Launch and operate applications, Machines, volumes, Postgres, and private networks on Fly.io.

Cloud & DevOps
>_
Official

AWS CLI

$ aws

A unified command line for the full Amazon Web Services API surface.

Cloud & DevOps
>_
Official

Azure CLI

$ az

Create and manage Azure resources with a cross-platform command line and extension ecosystem.

Cloud & DevOps
>_
Official

DigitalOcean doctl

$ doctl

Manage DigitalOcean Droplets, Kubernetes, databases, apps, domains, and other resources.

Cloud & DevOps
>_
Official

kubectl

$ kubectl

The canonical command line for deploying, inspecting, and debugging Kubernetes workloads and clusters.

Cloud & DevOps
>_
Official

Terraform CLI

$ terraform

Plan, provision, and manage infrastructure as code across cloud and SaaS providers.

Cloud & DevOps
>_
Official

Heroku CLI

$ heroku

Create and operate Heroku apps, dynos, addons, configuration, releases, and logs.

Cloud & DevOps
>_
Official

Pulumi CLI

$ pulumi

Provision cloud infrastructure using TypeScript, Python, Go, .NET, Java, and YAML.

Cloud & DevOps
>_
Official

Alibaba Cloud CLI

$ aliyun

Manage Alibaba Cloud services through OpenAPI with profiles, SSO, diagnostics, and structured output.

Cloud & DevOpsAgent-ready
>_
Official

Tencent Cloud CLI

$ tccli

Manage Tencent Cloud services from scripts with profiles, region selection, and JSON output.

Cloud & DevOpsAgent-ready
>_
Official

Akamai Linode CLI

$ linode-cli

Manage Linodes, Kubernetes clusters, volumes, object storage, domains, and account resources.

Cloud & DevOpsAgent-ready
>_
Official

Scaleway CLI

$ scw

Operate Scaleway compute, containers, databases, storage, networking, and serverless services.

Cloud & DevOpsAgent-ready
>_
Official

Civo CLI

$ civo

Create and manage Civo Kubernetes clusters, instances, networks, volumes, firewalls, and applications.

Cloud & DevOps
>_
Official

Cloud Foundry CLI

$ cf

Deploy and operate applications, services, routes, spaces, and organizations on Cloud Foundry.

Cloud & DevOps
>_
Official

Helm

$ helm

Install, upgrade, inspect, package, and publish applications for Kubernetes using Helm charts.

Cloud & DevOps
>_
Official

ctop

$ ctop

A top-like terminal interface for container metrics and inspection.

Cloud & DevOps
>_
Official

s5cmd

$ s5cmd

A fast parallel command-line tool for Amazon S3 and local files.

Cloud & DevOpsAgent-ready
>_
Official

Dive

$ dive

Inspect Docker image layers and discover opportunities to reduce size.

Cloud & DevOps
>_
Official

Stern

$ stern

Tail logs from multiple Kubernetes pods and containers at once.

Cloud & DevOpsAgent-ready

Frequently asked questions

Common questions about CLI tools, Agent CLIs, and command line automation

1

What is a CLI?

A CLI, or command-line interface, lets you control software by typing commands in a terminal instead of clicking through a graphical interface. CLI tools are useful for development, automation, scripts, CI pipelines, and repeatable operations.

2

What is an Agent CLI?

An Agent CLI is either a command-line tool for operating an AI agent or a conventional CLI designed to be called reliably by AI agents. Agent-friendly CLIs expose clear commands, non-interactive options, predictable output, and meaningful exit codes so an agent can plan, execute, and verify work.

3

Can Claude Code, Codex, Cursor, and other AI agents use these CLI tools?

Yes. AI coding agents can invoke many of these CLIs through a shell to work with repositories, cloud services, databases, productivity apps, and deployment systems. Tools marked Agent-ready are especially suitable for scripted or autonomous use, but authentication and permissions still need to be configured safely.

4

What makes a CLI suitable for AI agents?

The best CLI tools for AI agents support non-interactive commands, stable flags, structured or parseable output, standard input and output, documented authentication, and reliable exit codes. These features make results easier for an agent to interpret and verify without manual intervention.

5

Should I use an official CLI or a community CLI?

Choose an official CLI when you need first-party support, close alignment with a service API, and predictable updates. A community CLI can be a better fit when it offers a simpler workflow or capabilities the official tool lacks. Review its repository, maintenance activity, permissions, and installation instructions before use.