For the complete documentation index, see llms.txt. Markdown versions of all docs pages are available by appending .md to any docs URL.
CLI docs
Review the reference docs for the kmcp CLI commands.
Review the kmcp CLI commands and learn how to use them effectively.
kmcp add-tool- Add a new MCP tool to your projectkmcp build- Build MCP server as a Docker imagekmcp completion- Generate the autocompletion script for the specified shellkmcp deploy- Deploy MCP server to Kuberneteskmcp init- Initialize a new MCP server projectkmcp install- Install the KMCP controller on a Kubernetes clusterkmcp run- Run MCP server locallykmcp secrets- Manage project secrets
kmcp add-tool
Add a new MCP tool to your project.
kmcp build
Build MCP server as a Docker image.
kmcp completion
Generate the autocompletion script for the specified shell.
kmcp completion bash
Generate the autocompletion script for bash.
kmcp completion fish
Generate the autocompletion script for fish.
kmcp completion powershell
Generate the autocompletion script for powershell.
kmcp completion zsh
Generate the autocompletion script for zsh.
kmcp deploy
Deploy MCP server to Kubernetes.
kmcp deploy package
Deploy an MCP server using a package manager (npx, uvx).
kmcp init
Initialize a new MCP server project.
kmcp init go
Initialize a new Go MCP server project.
kmcp init java
Initialize a new Java MCP server project.
kmcp init python
Initialize a new Python MCP server project.
kmcp init typescript
Initialize a new TypeScript MCP server project.
kmcp install
Install the KMCP controller on a Kubernetes cluster.
kmcp run
Run MCP server locally.
kmcp secrets
Manage project secrets.
kmcp secrets sync
Sync secrets to a Kubernetes environment from a local .env file.