Skip to main content

Server

agentsmithy

Project-agnostic AI Agent server. Reads .agentsmithy.yaml and serves an AI Agent.

agentsmithy <command> [flags]
FlagTypeDefaultDescription
-h, --helpboolShow context-sensitive help.
-c, --configstring.agentsmithy.yamlPath to config file.
-l, --log-levelenum(debug,info,warn,error)infoLog level (one of: debug,info,warn,error).

serve

Start the Agent server.

mcpsmithy serve [flags]
FlagTypeDefaultDescription
--transportenum(stdio,http)stdioTransport to use.
--addrstring:8080Listen address (HTTP transport only).
--watchboolfalseWatch config file and hot-reload on change.

validate

Validate config file.

mcpsmithy validate [flags]