config volumes clear
Clear all volume mappings for a server
Synopsis
Clears all volume mappings for the specified server from the runtime context configuration file (e.g. /home/runner/.config/mcpd/secrets.dev.toml).
This is a destructive operation and requires the --force flag.
Examples:
Clear all volume mappings
mcpd config volumes clear filesystem --force
mcpd config volumes clear <server-name> [flags]Options
--force Force clearing of all volume mappings for the specified server without confirmationOptions 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 volumes - Manages volume configuration for MCP servers
Auto generated by spf13/cobra on 14-Aug-2026
Last updated