Odel
arifOS

arifOS

Local
@ariffazil51PythonAGPL-3.0Updated Today

Constitutional AI Governance with 13 enforced floors (F1-F13) and tri-witness consensus for LLMs.

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

PyPIarifosv60.0.0

Run

uvx arifos

MCP client config

{
  "mcpServers": {
    "arifos": {
      "command": "uvx",
      "args": [
        "arifos"
      ]
    }
  }
}
Dockerdocker.io/ariffazil/arifos:60.0.0

Run

docker run -i --rm docker.io/ariffazil/arifos:60.0.0

MCP client config

{
  "mcpServers": {
    "arifos": {
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "docker.io/ariffazil/arifos:60.0.0"
      ]
    }
  }
}