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.
Last updated
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.
Edit your coding tool's MCP config file and delete the kerno server block.
Run kerno uninstall in your terminal to stop the running agent and removes the downloaded agent runtime from your machine.
kerno uninstallFinally, remove the CLI package itself.
npm uninstall -g @kerno/cliLast updated