kMCP CLI
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
Local Development
- Build the kMCP CLI.
make build-cli
This will generate the cli binary at dist/kmcp. And you can use it:
dist/kmcp --help