Advanced Multi-Agent Cybersecurity Orchestration with MCP and Ethical Governance
π§ Philosophy β’ β¨ Features β’ ποΈ Architecture β’ π Quick Start β’ π Docs
- Overview
- Philosophy
- Visual Showcase
- Features
- Architecture
- Quick Start
- Documentation
- Contributing
- License
Vertice Cyber is a state-of-the-art cybersecurity platform that orchestrates specialized AI agents to solve complex security challenges. Built on the Model Context Protocol (MCP), it provides a deterministic, secure, and highly observable environment for both offensive simulations and defensive posturing.
- π€ AI-Powered Multi-Agents - Collaborative agents for threat analysis, OSINT, and compliance.
- π¨ Hyper-Modern Interfaces - A high-performance TUI (Go) and a real-time React Dashboard.
- βοΈ Ethical Magistrate - A 7-phase governance system ensuring every AI action is validated.
- π§ͺ Extreme Reliability - 850+ tests and 98.99% code coverage under the Pagani Standard.
In 2026, AI agents often fail due to non-determinism and poor error handling. V-Cyber is built differently:
- Zero-Bandaid Policy: We cure root causes; we don't catch
Exception. - Deterministic Orchestration: Every agent action is tracked, checkpointed, and recoverable.
- Sovereignty of Intent: The Magistrate ensures AI never executes unauthorized critical actions.
- Clean Architecture: Decoupled core logic, transport-agnostic tools, and strict type safety.
π₯οΈ Interactive Terminal UI with real-time monitoring (Dashboard preview below)
π₯ Watch the Demo: Showcase Video Link (Coming Soon)
|
|
|
|
ποΈ High-level system architecture built for scale and safety
| Layer | Technologies |
|---|---|
| Core Engine | Python 3.11+, FastAPI, Pydantic v2, TaskManager |
| Interfaces | Go (Bubble Tea TUI), React 18+ (Dashboard), Vite, Tailwind |
| Protocols | Model Context Protocol (MCP), WebSocket, SSE, HTTP/2 |
| Intelligence | Google Gemini 3 Pro, Vertex AI, Custom ML models |
| Persistence | SQLite (with Migration Manager), Memory Pool |
# 1. Clone
git clone https://github.com/JuanCS-Dev/vertice-cyber.git && cd vertice-cyber
# 2. Automated Setup
npm run setup
# 3. Launch Platform
v-cyber start| Command | Action |
|---|---|
v-cyber tui |
Open the Interactive Go Terminal |
v-cyber status |
View system and agent health |
v-cyber test |
Run the deterministic 850+ test suite |
v-cyber logs |
Tail real-time system logs |
The full documentation is available in the /docs directory:
- ποΈ System Architecture
- π API Reference
- π©βπ» Development Guide
- π οΈ Operations & Deployment
- π Security Policy
- π Decision Records (ADR)
We follow the Pagani Standard. Every PR must:
- Include unit and integration tests.
- Maintain or increase the 98.99% coverage.
- Pass the Maximus 2.0 Constitutional Guard audit.
See our Contributing Guide for more details.
Distributed under the MIT License. See LICENSE for more information.
- Charm.sh for the legendary Go TUI libraries.
- Anthropic/Google for the MCP protocol and Gemini models.
- MITRE for the ATT&CK framework data.
π‘οΈ Built with precision. Used with responsibility.