The unified
smithyCLI for the smithy stack. Run a single MCP server, run a single agent, or orchestrate multi-server flows withsmithy stack.
smithy-cli is the front-end for mcpsmithy
and agentsmithy. It embeds the upstream commands and adds a
daemon-backed stack supervisor for running stacks of MCP servers
and agents together.
# From source (Go 1.26+)
go build -o bin/smithy ./cmd/smithy
# Single MCP server
smithy mcp --help
# Single agent
smithy agent --help
# Multi-server flow
smithy stack up -c smithy-stack.yaml| Docs site | Documentation overview |
| CLI Reference | Generated command reference |
| Development Guide | Architecture, CLI design, testing |
