Enterprise AI Data Plane
ForgeLink
Zero-trust bridge from open-weight LLMs to PostgreSQL via the Model Context Protocol. The model never holds DB credentials and never runs arbitrary SQL.
What it demonstrates
- MCP tool server over parametrized SQL (no arbitrary queries)
- RBAC roles: Dispatcher / Analyst / Auditor
- Hugging Face OpenAI-compatible tool calling
- Live audit trail for every tool invocation
- Docker Compose local stack + Hugging Face Space package
Run locally
cp .env.example .env → set HF_TOKEN →
docker compose up --build → open http://localhost:3000
Note: Hugging Face Docker Spaces currently require PRO.
This Static Space is the free portfolio landing; the live interactive demo
runs via Docker Space (PRO) or local Compose.