config plugins
Manage plugin configuration
Synopsis
Manage plugin configuration including plugin entries (authentication, observability, etc.) and plugin-level settings (directory path, etc.)
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
mcpd config - Manages configuration for MCP servers
mcpd config plugins add - Add a new plugin entry to a category
mcpd config plugins get - Get top level configuration for the plugin subsystem or for a specific plugin entry in a category
mcpd config plugins list - List configured plugin entries
mcpd config plugins move - Move a plugin between categories or reorder within a category
mcpd config plugins remove - Remove a plugin entry from a category
mcpd config plugins set - Sets top-level config for all plugins, or config for a specific plugin entry
mcpd config plugins validate - Validate plugin configuration
Auto generated by spf13/cobra on 14-Aug-2026
Last updated