VibeServe
Agentic coding orchestrator for the Model Context Protocol.
Vibe coding pipeline: architect, code, review, verify, iterate, test, deploy.
Quick Links
- Tool Reference — Complete API documentation for all 82 MCP tools
- Architecture — System architecture and design decisions
- Setup Guide — Installation and configuration
- Deployment Guide — Production deployment
- Audit Report — Security and quality audit
Features
- Multi-agent critique — UX, engineering, and accessibility agents review every output
- WCAG AAA validation — All generated UIs pass accessibility checks
- Pipeline automation — architect -> code -> review -> verify -> iterate -> test -> deploy
- Code intelligence — GitNexus and codegraph integration for blast radius analysis
- Business agenda — Goal tracking and work alignment for agents
- Memory & caching — Learns from successful specifications
- GitHub integration — Repo linking, sync, and issue tracking
- ECC integration — Skills catalog and AgentShield security scanning
Installation
pip install vibeserve
Or from source:
git clone https://github.com/ncsound919/VibeServe
cd VibeServe
pip install -e ".[dev,docs]"