Skip to content

config volumes remove

mcpd config volumes remove

Remove volume mappings from an MCP server

Synopsis

Remove volume mappings from an MCP server in the runtime context configuration file (e.g. /home/runner/.config/mcpd/secrets.dev.toml).

Use -- to separate the server name from the volume names to remove.

Examples: # Remove a single volume mapping mcpd config volumes remove filesystem -- --workspace

# Remove multiple volume mappings mcpd config volumes remove filesystem -- --workspace --gdrive

mcpd config volumes remove <server-name> -- --<volume-name> [--<volume-name>...] [flags]

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 3-Jul-2026