For the complete documentation index, see llms.txt. This page is also available as Markdown.

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 configure mcpd

  • mcpd config args - Manages MCP server command line args configuration

  • mcpd config daemon - Manages daemon 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 plugins - Manage plugin configuration

  • mcpd config tools - Manages tools configuration for a registered MCP server

  • mcpd config volumes - Manages volume configuration for MCP servers

Auto generated by spf13/cobra on 14-Aug-2026

Last updated