r-aas/platform_monorepo
Local-first AI/ML platform on k3d — 35 Helm charts, 8 agents, 9 MCP servers, 243 federated tools. macOS Apple Silicon reference system.
Platform-specific configuration:
{
"mcpServers": {
"platform_monorepo": {
"command": "npx",
"args": [
"-y",
"platform_monorepo"
]
}
}
}Add the config above to .claude/settings.json under the mcpServers key.
Local-first AI/ML platform running entirely on a single Mac. 35 Helm charts, 8 autonomous agents, 9 MCP servers, 243 federated tools — all managed by ArgoCD on k3d.
A complete agentic AI platform that runs on your laptop. No cloud required. Everything is Helm-charted, GitOps-managed, and reproducible from zero with one command.
task up # ~20 min from nothing to fully operational┌─────────────────────────────────────────────────────────┐
│ macOS (Apple Silicon) │
│ │
│ Ollama (native, Metal GPU) │
│ ↑ │
│ ┌──┴────────────────────────────────────────────────┐ │
│ │ k3d cluster "mewtwo" │ │
│ │ │ │
│ │ LiteLLM ──→ Ollama (192.168.5.2:11434) │ │
│ │ ↑ │ │
│ │ n8n (workflows) ──→ MLflow (experiments/prompts) │ │
│ │ ↑ ↓ │ │
│ │ agentgateway ←── 9 MCP servers (243 tools) │ │
│ │ ↑ │ │
│ │ kagent (8 agents on CronJob schedules) │ │
│ │ ↑ │ │
│ │ ArgoCD ←── GitLab CE (in-cluster git) │ │
│ └───────────────────────────────────────────────────┘ │
│ │
│ Colima VM (dockerd, 8 CPU, 32 GB RAM) │
└─────────────────────────────────────────────────────────┘| Layer | Service | Purpose | |-------|---------|---------| | Git + GitOps | GitLab CE, ArgoCD | In-cluster source control + continuous deployment | | LLM | Ollama, LiteLLM | Native GPU inference + OpenAI-compatible proxy | | **Orchestra
Loading reviews...