Skip to content

config plugins remove

mcpd config plugins remove

Remove a plugin entry from a category

Synopsis

Remove a plugin entry from a category. The configuration is saved automatically.

mcpd config plugins remove [flags]

Examples

  # Remove a plugin entry
  mcpd config plugins remove --category=authentication --name=jwt-auth

  # Remove from observability category
  mcpd config plugins remove --category=observability --name=metrics

Options

      --category category   Category of the plugin to remove (one of: audit, authentication, authorization, content, observability, rate_limiting, validation)
      --name string         Name of the plugin to remove

Options inherited from parent commands

      --config-file string    path to config file (default ".mcpd.toml")
      --log-level string      log level for mcpd logs (default "info")
      --log-path string       log file path to use for log output
      --runtime-file string   path to runtime (execution context) file that contains env vars, and arguments for your MCP servers (default "/home/runner/.config/mcpd/secrets.dev.toml")

SEE ALSO

Auto generated by spf13/cobra on 6-Jan-2026