MCP Catalogs
首页

arifos

by ariffazil·43·综合分 45

宪法式AI治理内核,提供13个MCP工具以实现受控的代理执行。

ai-llmdeveloper-toolssecurity
9
Forks
4
活跃 Issue
本月
最近提交
2 天前
收录于

概述

ArifOS是一个宪法式治理内核,实现了13个宪法层级(F1-F13)以提供受控的AI代理执行。它通过一个标准的MCP服务器暴露13个工具,这些工具在执行前会通过意图验证→宪法层级检查→判决流程。系统包含一个VAULT999的仅追加账本用于审计追踪,并与AAA(主体)、A-FORGE(锻造场)和GEOX(领域)等联邦组件集成。MCP运行时基于FastMCP和FastAPI构建,支持HTTP/SSE和stdio传输。

试试问 AI

装完之后,这里有 3 个你可以让 AI 做的事:

:带有宪法保障的受控AI代理执行
:使用不可变账本的审计可信代理工作流
:需要F1-F13宪法合规性的多智能体系统

什么时候选它

当需要构建具有宪法保障和透明验证的安全审计AI系统时,选择arifOS。

什么时候不要选它

不适合简单、不受监管的AI应用或宪法验证开销不合理的环境。

此 server 暴露的工具

从 README 抽取出 12 个工具
  • 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

可对比工具

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

安装

# 从PyPI安装
pip install arifos

# 从源码安装(可编辑模式,包含开发依赖)
pip install -e ".[dev]"

# 运行MCP服务器(HTTP + SSE)
python -m arifosmcp.server
# 或通过模块运行:
python -m arifosmcp.runtime.__main__

# 运行MCP服务器(stdio传输模式)
python -m arifosmcp.runtime.__main__ --mode stdio

对于Claude Desktop,添加到config.json:

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

arifos 对比

GitHub →

最后更新于 · 由 README + GitHub 公开数据自动生成。