For the complete documentation index, see llms.txt. This page is also available as Markdown.

Uninstall Kerno

Follow these steps to uninstall kerno.This removes the MCP registration from your coding tool, stops the local agent, and cleans up all installed binaries and the CLI.

1. Remove the MCP entry

Edit your coding tool's MCP config file and delete the kerno server block.

2. Stop the Kerno agent and remove its binaries

Run kerno uninstall in your terminal to stop the running agent and removes the downloaded agent runtime from your machine.

kerno uninstall

3. Uninstall the CLI

Finally, remove the CLI package itself.

npm uninstall -g @kerno/cli

Resources

Last updated