MCP Catalogs
Home

arifos

by ariffazil·43·Score 45

Constitutional AI governance kernel with 13 MCP tools for governed agentic execution.

ai-llmdeveloper-toolssecurity
9
Forks
4
Open issues
this month
Last commit
2d ago
Indexed

Overview

ArifOS is a constitutional governance kernel that implements 13 constitutional floors (F1-F13) to provide controlled AI agent execution. It exposes a canonical MCP server with 13 tools that pass through intent validation → constitutional floor checks → verdict before action. The system includes a VAULT999 append-only ledger for auditability and integrates with various federated components like AAA (body), A-FORGE (forge), and GEOX (field). The MCP runtime is built on FastMCP and FastAPI with support for both HTTP/SSE and stdio transports.

Try asking AI

After installing, here are 3 things you can ask your AI assistant:

you:Governed AI agent execution with constitutional safeguards
you:Audit-trusted agentic workflows with immutable ledger
you:Multi-agent systems requiring F1-F13 constitutional compliance

When to choose this

Choose arifOS when building secure, audited AI systems requiring constitutional guardrails and transparent verification of agent actions.

When NOT to choose this

Not suitable for simple, unregulated AI applications or environments where the overhead of constitutional validation isn't justified.

Tools this server exposes

12 tools extracted from the README
  • arif_session_init

    Bind actor identity and set safety state to HOLD

  • arif_sense_observe

    Ground in reality by observing web, VPS vitals, and atlas

  • arif_evidence_fetch

    Fetch external data from oracles like GEOX, FRED, EIA

  • arif_mind_reason

    Perform structured reasoning with contradiction detection

  • arif_kernel_route

    Route tasks based on risk orthogonality in AGI/ASI/APEX lanes

  • arif_reply_compose

    Compose a governed response with constitutional checks

  • arif_memory_recall

    Access semantic memory and skill registry

  • arif_heart_critique

    Perform adversarial critique through F5/F6/F9 floors

  • arif_gateway_connect

    Connect to A2A mesh under constitutional governance

  • arif_ops_measure

    Measure Landauer cost and reversibility classification

  • arif_judge_deliberate

    Deliberate and return SEAL/HOLD/VOID/SABAR verdict

  • arif_vault_seal

    Create immutable Merkle-V3 ledger anchor

Comparable tools

governed-ai-mcpethics-guardianai-safety-frameworkconstitutional-ai

Installation

# Install from PyPI
pip install arifos

# Install from source (editable, with dev extras)
pip install -e ".[dev]"

# Run MCP server (HTTP + SSE)
python -m arifosmcp.server
# or via module:
python -m arifosmcp.runtime.__main__

# Run MCP server (stdio transport)
python -m arifosmcp.runtime.__main__ --mode stdio

For Claude Desktop, add to config.json:

{
  "mcpServers": {
    "arifos": {
      "command": "python",
      "args": ["-m", "arifosmcp.runtime.__main__", "--mode", "stdio"]
    }
  }
}

Compare arifos with

GitHub →

Last updated · Auto-generated from public README + GitHub signals.