Overview
mcpd¶
mcpd CLI is the primary interface for developers to interact with, and configure mcpd
Synopsis¶
The mcpd CLI is the primary interface for developers to interact with mcpd define their agent projects, and manage MCP server dependencies
Options¶
--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 add - Adds an MCP server dependency to the project
- mcpd config - Manages configuration for MCP servers
- mcpd daemon - Launches an
mcpddaemon instance - mcpd init - Initializes the current directory as an
mcpdproject - mcpd inspector - Start the MCP inspector tool
- mcpd remove - Removes an MCP server dependency from the project
- mcpd search - Searches all configured registries for matching MCP servers