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

config plugins add

Add a new plugin entry to a category

Synopsis

Add a new plugin entry to a category. The configuration is saved automatically.

The plugin name must exactly match the name of the plugin binary file.

This command creates new plugin entries only. If a plugin with the same name already exists in the category, the command fails with an error. To update an existing plugin, use the 'set' command.

mcpd config plugins add <plugin-name> [flags]

Examples

  # Add new plugin with all fields
  mcpd config plugins add jwt-auth --category=authentication --flow=request --required

  # Add plugin with multiple flows
  mcpd config plugins add metrics --category=observability --flow=request --flow=response --commit-hash=abc123

  # Add without required flag (defaults to false)
  mcpd config plugins add rbac --category=authorization --flow=response

Options

Options inherited from parent commands

SEE ALSO

Auto generated by spf13/cobra on 14-Aug-2026

Last updated