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).
Run
uvx arifos
MCP client config
{
"mcpServers": {
"arifos": {
"command": "uvx",
"args": [
"arifos"
]
}
}
}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"
]
}
}
}