Version 2026.03.14-VALIDATED
arifOS is the world's first production-grade Constitutional AI Governance System. It wraps every AI operation in a mathematically enforced constitution, guaranteeing that what arrives at the real world is ordered, verified, and reversible.
Unlike simple prompt wrappers, arifOS is a governed intelligence organism with:
# Python (recommended)
pip install arifosmcp==2026.3.14
# Node.js wrapper
npm install -g @arifos/mcp
# Run MCP server
python -m arifosmcp.runtime stdio
# Or HTTP mode
python -m arifosmcp.runtime http --port 8080
| Tool | Stage | Description |
|---|---|---|
init_anchor | 000_INIT | Initialize session jurisdiction |
arifOS_kernel | 444_ROUTER | Main entry point—routes ΔΩΨ |
forge | 000_999 | Full pipeline—INIT→SEAL |
revoke_anchor_state | 000_INIT | Kill switch session |
| Tool | Stage | Description |
|---|---|---|
agi_reason | 111_SENSE | Governed reasoning (F2/F4/F7) |
agi_reflect | 333_INTEGRATE | Metacognitive check |
reality_compass | 222_GROUND | Ground claims before reasoning |
search_reality | 222_GROUND | Live web search |
ingest_evidence | 222_GROUND | URL→normalized evidence |
| Tool | Stage | Description |
|---|---|---|
asi_critique | 555_ALIGN | Adversarial safety check |
asi_simulate | 555_ALIGN | Consequence simulation |
agentzero_engineer | 666_EXECUTE | Code execution (F11 gate) |
| Tool | Stage | Description |
|---|---|---|
apex_judge | 777_JUDGE | Tri-witness verdict |
audit_rules | 888_FLOOR | F1-F13 inspection |
check_vital | 888_VITALS | System telemetry |
open_apex_dashboard | 888_OBSERVE | Live governance UI |
The 13 Floors are stationary constraints—they cannot be bypassed by any agent or system prompt.
Edit claude_desktop_config.json:
{
"mcpServers": {
"arifos": {
"command": "npx",
"args": ["-y", "@arifos/mcp"]
}
}
}
{
"mcpServers": {
"arifos": {
"command": "python",
"args": ["-m", "arifosmcp.runtime", "stdio"]
}
}
}
| Variable | Description | Default |
|---|---|---|
ARIFOS_ENV | Runtime environment | production |
ARIFOS_PUBLIC_TOOL_PROFILE | Tool visibility | full |
PORT | HTTP server port | 8080 |
GET /health
Response:
{
"status": "healthy",
"version": "2026.03.14-VALIDATED",
"tools_loaded": 25,
"timestamp": "2026-03-14T10:00:00Z"
}
GET /tools
Returns JSON array of all 25 tools with JSONSchema parameters.
POST /mcp
Content-Type: application/json
{
"jsonrpc": "2.0",
"method": "tools/call",
"params": {
"name": "arifOS_kernel",
"arguments": {
"query": "Your query here"
}
}
}
init_anchor — Establishes session jurisdictionforge for one-shot tasks — Runs full 000-999 pipelinereality_compass — Before reasoning