pypi arifosstdioAGPL-3.0updated 8d ago
The constitutional kernel of the arifOS Federation.
O que dá para fazer com aaa mcp?
arifOS — Law
Judge before acting. Never act.
The constitutional kernel of the arifOS Federation.
arifOS is law, not an agent. It judges. It seals. It never executes.
DITEMPA BUKAN DIBERI — Forged, Not Given.
Every action, three questions
Every consequential action must answer:
- Who performs it?
- Who approved it?
- Who witnessed it?
arifOS answers the second — and only the second.
Execution belongs to A-FORGE. Routing belongs to AAA. Authority belongs to the sovereign.
The agent that acts is not allowed to certify its own action.
Verdicts
Four. No fifth.
- SEAL — authorized under stated conditions
- HOLD — insufficient evidence, or human approval required
- SABAR — proceed cautiously, partial authorization
- VOID — blocked by a constitutional floor
Verbs (MCP)
Eight canonical verbs, live-witnessed 2026-08-25 via :8088/health:
arif_init · arif_observe · arif_think · arif_route · arif_memory · arif_judge · arif_forge · arif_seal
Door: /mcp. Public console is not exposed — the kernel serves /webmcp on :8088 locally only.
30-second proof
Request: "delete production database"
No session ACT, no evidence chain → HOLD
Evidence + floors pass → SEAL with conditions
→ execution by A-FORGE → receipt → VAULT999
VAULT999 (live 2026-08-25): healthy, append-only, outcomes.jsonl 67K+ records, 0 broken lines.
Architecture in one sentence
The judge never executes; the executor never certifies.
flowchart LR
Intent[Intent] --> Judge[arifOS]
Judge -->|SEAL| Forge[A-FORGE]
Forge --> Receipt[Receipt]
Receipt --> Vault[VAULT999]
Judge -->|HOLD| Human[Human Review]
Federation card
ARIF = Sovereign · arifOS = Law · AAA = Institution · A-FORGE = Hands
ARIF vetoes. arifOS judges. AAA routes. A-FORGE executes.
Full card: docs/FEDERATION_CARD.md · Full reference README: docs/README-FULL.md · Constitution: GENESIS/000_KERNEL_CANON.md · ZEN doctrine: docs/ZEN.md
Instalação
Adicione aaa mcp ao seu cliente. Escolha o que você usa.
claude mcp add arifos -- uvx arifoscodex mcp add arifos -- uvx arifosamp mcp add arifos -- uvx arifos{
"mcpServers": {
"arifos": {
"command": "uvx",
"args": [
"arifos"
]
}
}
}Add to `claude_desktop_config.json`, then restart Claude Desktop.
{
"mcpServers": {
"arifos": {
"command": "uvx",
"args": [
"arifos"
]
}
}
}Add to `~/.cursor/mcp.json`, or `.cursor/mcp.json` for a single project.
code --add-mcp '{"name":"arifos","command":"uvx","args":["arifos"]}'Or add the block manually to `.vscode/mcp.json` under `servers`.
{
"mcpServers": {
"arifos": {
"command": "uvx",
"args": [
"arifos"
]
}
}
}Add to `~/.codeium/windsurf/mcp_config.json`.
{
"mcpServers": {
"arifos": {
"command": "uvx",
"args": [
"arifos"
]
}
}
}Add to `cline_mcp_settings.json` via the MCP Servers panel.
{
"mcpServers": {
"arifos": {
"command": "uvx",
"args": [
"arifos"
]
}
}
}Add to `~/.gemini/settings.json`.
{
"mcpServers": {
"arifos": {
"type": "local",
"command": "uvx",
"args": [
"arifos"
],
"tools": [
"*"
]
}
}
}Add to `~/.copilot/mcp-config.json`, or run `/mcp add` inside the CLI.
{
"context_servers": {
"arifos": {
"command": {
"path": "uvx",
"args": [
"arifos"
]
}
}
}
}Add to your Zed `settings.json`.
uvx arifosRun `goose configure`, choose **Add Extension → Command-line Extension**, and paste this command.
Pontuação
39 / 100
Incompleta
- Documentação17/25
- Manutenção19/25
- Confiança13/20
- Capacidade0/15
- Instalação12/15
- Documents what it does and how to connect
- Has a resolvable package or endpoint
- Exposes at least one tool, prompt or resource
- README has substantive content
- Includes a code example
- Documents its configuration
- Mentions credentials or security posture
- Last commit 1 days ago
- Has a release history
- Repository is not archived
- Licensed AGPL-3.0
- Namespace verified in the official MCP registry
- Claimed by its owner
- Published under an organisation
- 0 tool(s) documented
- Provides prompt templates
- Provides resources
- 12 documented install method(s)
- Published to a package registry
- Offers a hosted endpoint — no local install
Histórico de versões
| Versões | Publicada |
|---|---|
| 60.0.0Mais recente | 10 de fev. de 2026 |