config args
mcpd config args
Manages MCP server command line args configuration
Synopsis
Manages MCP server command line args configuration, dealing with setting, removing, clearing and listing configuration
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 args clear - Clears configured command line arguments for an MCP server
- mcpd config args list - Lists the configured command line arguments for a specific MCP server
- mcpd config args remove - Remove command line arguments for an MCP server
- mcpd config args set - Set startup command line arguments for an MCP server