Skip to content

For the complete documentation index, see llms.txt. Markdown versions of all docs pages are available by appending .md to any docs URL.

kmcp init

Page as Markdown

Initialize a new MCP server project

Initialize a new MCP server project with dynamic tool loading.

This command provides subcommands to initialize a new MCP server project using one of the supported frameworks.

kmcp init [project-name] [flags]

Subcommands:

Flags:

  • --author string - Author name for the project
  • --description string - Description for the project
  • --email string - Author email for the project
  • --force - Overwrite existing directory
  • -h, --help - help for init
  • --namespace string - Default namespace for project resources (default “default”)
  • --no-git - Skip git initialization
  • --non-interactive - Run in non-interactive mode

Global Flags:

  • -v, --verbose - verbose output