config
mcpd config
Manages configuration for MCP servers
Synopsis
Manages configuration for MCP servers, dealing with environment variables, command line args and exporting config
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 -
mcpd
CLI is the primary interface for developers to interact with, and configuremcpd
- mcpd config args - Manages MCP server command line args configuration
- mcpd config env - Manages environment variable configuration for MCP servers
- mcpd config export - Exports current configuration, generating a pair of safe and portable configuration files
- mcpd config tools - Manages tools configuration for a registered MCP server