Modular cloud AI stack: cloneable RAG, Docker images, Kubernetes, Terraform, Autodesk MCPs (v2), and a local test UI.
| Folder | Role | Swap? |
|---|---|---|
rag/ |
Knowledge / private-public AI adapters | Yes — RAG_BACKEND |
docker/ |
Images + local Compose | Yes |
k8s/ |
Kubernetes manifests | Yes |
terraform/ |
OpenTofu/Terraform modules | Yes |
cad/ |
Inventor / AutoCAD MCP (v2) | Yes |
client/ |
Windows agent: local MCP paths or gateway download | Yes |
test-ui/ |
Chat UI + mock tools + samples | Dev harness |
Plan: PLAN.md
- Approve UAC if Docker install prompts.
- Double-click
demo/start-demo.bat
| UI | URL |
|---|---|
| AnythingLLM (K8s NodePort) | http://localhost:30080 |
| AnythingLLM (Compose fallback) | http://127.0.0.1:3188 |
| Custom test UI | http://127.0.0.1:8787 via test-ui\start.bat |
Details: demo/README.md
| Piece | Choice | License |
|---|---|---|
| Inventor MCP (v2) | ipt-mcp | Apache-2.0 |
| AutoCAD MCP (v2) | U-C4N | MIT |
| RAG product | AnythingLLM | MIT |
| Local test RAG | rag/local |
this repo |
| Orchestration | Kubernetes | Apache-2.0 |
| Infra | OpenTofu | MPL-2.0 |