config volumes
mcpd config volumes¶
Manages volume configuration for MCP servers
Synopsis¶
Manages Docker volume configuration for MCP servers, dealing with setting, removing, clearing and listing volume mappings.
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 volumes clear - Clear all volume mappings for a server
- mcpd config volumes list - List configured volume mappings for a server
- mcpd config volumes remove - Remove volume mappings from an MCP server
- mcpd config volumes set - Set or update volume mappings for an MCP server