Skip to content

iorubs/smithy

Repository files navigation

Smithy

smithy forge

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.

Local development

Build the image:

docker build -t smithy-docs .

Serve locally on http://localhost:3000:

docker run --rm -p 3000:3000 -v "$(pwd)":/docs smithy-docs

Build the static site (output in ./build):

docker run --rm -v "$(pwd)":/docs smithy-docs npm run build

This 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.

About

Smithy toolkit Home page

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors