kMCP CLI

November 6, 2025 ยท View on GitHub

The kmcp CLI provides a set of commands to manage the entire lifecycle of your MCP server

Download and Explore

Install the kmcp CLI on your local machine.

curl -fsSL https://raw.githubusercontent.com/kagent-dev/kmcp/refs/heads/main/scripts/get-kmcp.sh | bash

Verify that the kmcp CLI is installed.

kmcp --help
kmcp cli help text

Local Development

  1. Build the kMCP CLI.
make build-cli

This will generate the cli binary at dist/kmcp. And you can use it:

dist/kmcp --help