Constitutional AI Governance with 13 enforced floors (F1-F13) and tri-witness consensus for LLMs.
Config is the same across clients — only the file and path differ.
{
"mcpServers": {
"io-github-ariffazil-aaa-mcp": {
"command": "<see-readme>",
"args": []
}
}
}Are you the author?
Add this badge to your README to show your security score and help users find safe servers.
DITEMPA BUKAN DIBERI — Intelligence is forged, not given.
No automated test available for this server. Check the GitHub README for setup instructions.
Five weighted categories — click any category to see the underlying evidence.
No known CVEs.
No package registry to scan.
Click any tool to inspect its schema.
Be the first to review
Have you used this server?
Share your experience — it helps other developers decide.
Sign in to write a review.
Others in ai-ml / security
Persistent memory using a knowledge graph
Dynamic problem-solving through sequential thought chains
Workspace template + MCP server for Claude Code, Codex CLI, Cursor & Windsurf. Multi-agent knowledge engine (ag-refresh / ag-ask) that turns any codebase into a queryable AI assistant.
The official MCP server implementation for the Perplexity API Platform
MCP Security Weekly
Get CVE alerts and security updates for io.github.ariffazil/aaa-mcp and similar servers.
Start a conversation
Ask a question, share a tip, or report an issue.
Sign in to join the discussion.
Sovereign AI governance. Forged, not given.
DITEMPA BUKAN DIBERI — "Forged, Not Given." No manipulation. No theorizing. Only F2 ground truth.
Quick Start · 13 Tools · 13 Floors · Architecture · Deploy
graph TD
ARIF["👤 Arif Fazil<br/><i>Sovereign — F13</i>"]
subgraph KERNEL ["⚙️ arifOS :8088 (this repo)"]
direction TB
MCP["MCP Shell<br/>13 canonical tools"]
FLOORS["F1–F13 Floors"]
VAULT["VAULT999 Ledger"]
JUDGE["888_JUDGE Gate"]
MCP --> FLOORS
FLOORS --> JUDGE
JUDGE --> VAULT
end
subgraph ORGANS ["Federation Organs"]
FORGE["⚡ A-FORGE :7071<br/>Execution Engine"]
GEOX["🌍 GEOX :8081<br/>Earth Intelligence"]
WEALTH["💰 WEALTH :18082<br/>Capital Intelligence"]
WELL["🧬 WELL :18083<br/>Human Substrate"]
AAA["🎛️ AAA :80/443<br/>Control Plane"]
APEX["⚖️ APEX :3002<br/>888 Judge Relay"]
end
ARIF -->|"veto · sovereign"| KERNEL
KERNEL -->|"route · govern"| FORGE
KERNEL -->|"evidence"| GEOX
KERNEL -->|"capital"| WEALTH
KERNEL -->|"vitality"| WELL
AAA -->|"A2A mesh"| KERNEL
APEX -->|"deliberation"| JUDGE
style KERNEL fill:#1e1b4b,stroke:#6d28d9,color:#e9d5ff
style ARIF fill:#7c3aed,stroke:#6d28d9,color:#fff
style ORGANS fill:#0f172a,stroke:#334155,color:#94a3b8
flowchart LR
I000["🔑 000\nINIT"]
I111["👁️ 111\nSENSE"]
I333["🧠 333\nMIND"]
I444["🔀 444\nKERNEL"]
I555["🗃️ 555\nMEMORY"]
I666["❤️ 666\nHEART"]
I777["📊 777\nOPS"]
I888["⚖️ 888\nJUDGE"]
I999["🔒 999\nSEAL"]
I000 --> I111 --> I333 --> I444 --> I555 --> I666 --> I777 --> I888 --> I999
style I000 fill:#0f172a,stroke:#6d28d9,color:#e2e8f0
style I888 fill:#7c3aed,stroke:#6d28d9,color:#fff
style I999 fill:#065f46,stroke:#10b981,color:#d1fae5
graph LR
D["Δ DELTA<br/><b>SOUL</b><br/>Human intent · values · purpose"]
O["Ω OMEGA<br/><b>MIND</b><br/>Constitutional law · invariants"]
P["Ψ PSI<br/><b>BODY</b><br/>Machine execution · tools"]
D <-->|"W ≥ 0.95"| O
O <-->|"W ≥ 0.95"| P
P <-->|"W ≥ 0.95"| D
style D fill:#7c3aed,stroke:#6d28d9,color:#fff
style O fill:#1d4ed8,stroke:#1e40af,color:#fff
style P fill:#065f46,stroke:#10b981,color:#d1fae5
# Install
pip install arifos
# Run (bare-metal — port 8088)
python -m arifosmcp.server
# Health check
curl http://localhost:8088/health | python3 -m json.tool
# List MCP tools
curl -X POST http://localhost:8088/mcp \
-H "Content-Type: application/json" \
-d '{"jsonrpc":"2.0","method":"tools/list","id":1}'
Systemd deployment:
deploy/arifos.service
--