Hub site for the Smithy family of tools.
- Smithy CLI: orchestrate stacks of MCP servers and agents locally.
- MCPSmithy: author and run MCP servers from YAML.
- AgentSmithy: author and run AI agents from YAML.
- Smithy Operator (under construction): Kubernetes operator for declarative agentic workloads.
Build the image:
docker build -t smithy-docs .Serve locally on http://localhost:3000:
docker run --rm -p 3000:3000 -v "$(pwd)":/docs smithy-docsBuild the static site (output in ./build):
docker run --rm -v "$(pwd)":/docs smithy-docs npm run buildThis is a Docusaurus site. The hub is intentionally minimal; its only job is to introduce the family and link out to each tool's own docs site.
