InFoundry is a self-adaptive Cloud Architect + SRE agent that inspects codebases and telemetry, proposes deployable IaC/CI changes, runs safe test deployments, and iteratively optimizes cost, latency, and reliability with human-in-the-loop approvals.
- AI-Powered Architecture Recommendations - Uses fine-tuned Oumi model for intelligent cloud architecture decisions
- Kestra Pipeline Orchestration - End-to-end workflow from repo analysis to PR creation
- MCP Server for Cline Integration - Expose all tools via Model Context Protocol
- React UI Dashboard - Visual architecture editor with React Flow
- IaC Generation - Automatic Terraform generation for AWS
- Python 3.11+
- Node.js 18+
- Optional: Docker, kind, localstack
# Clone the repository
git clone https://github.com/your-org/infoundry.git
cd infoundry
# Install Python dependencies
pip install -r requirements.txt
# Install UI dependencies
cd ui && npm install && cd ..
# Install MCP server dependencies
cd infoundry-mcp-server && npm install && npm run build && cd ..cd ui
cp .env.example .env.local
# Edit .env.local with your Kestra credentials if needed
npm run dev
# Open http://localhost:3000cd oumi
python serve.py
# API available at http://localhost:8000infoundry/
├── docs/ # Documentation
├── examples/ # Sample data files
├── infoundry-mcp-server/ # Cline MCP integration
├── orchestrator/ # Kestra pipeline definitions
├── oumi/ # AI model training & serving
├── scripts/ # Utility scripts
├── tests/ # Unit tests
└── ui/ # Next.js React dashboard
- Blueprint & Architecture - Full system design
- Kestra Architecture - Pipeline documentation
- Oumi Model - AI model training guide
- MCP Server - Cline integration
# Python tests
pip install pytest fastapi httpx
pytest tests/ -v
# MCP server tests
node tests/test_mcp_server.mjs| Screenshot | Description |
|---|---|
![]() |
Cline MCP Integration |
![]() |
Kestra Pipeline Flows |
![]() |
Open Source Architecture |
![]() |
Application Screenshot |
![]() |
Application Screenshot |
![]() |
Application Screenshot |
![]() |
Application Screenshot |
Released under the MIT License.






