MCP Server
Active
AGPL-3.0
io.github.ariffazil/arifos-mcp MCP Server
io.github.ariffazil/arifos-mcp
What is the io.github.ariffazil/arifos-mcp MCP server?
Constitutional AI governance server with 5-organ Trinity and enforced floors F1-F13.
How to install io.github.ariffazil/arifos-mcp
Copy-paste configuration for popular MCP clients.
transport: stdio
Config generated by PluginBench — verify against the source before use.Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"arifos-mcp": {
"command": "uvx",
"args": [
"arifos"
]
}
}
}Cursor
~/.cursor/mcp.json
{
"mcpServers": {
"arifos-mcp": {
"command": "uvx",
"args": [
"arifos"
]
}
}
}Windsurf
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"arifos-mcp": {
"command": "uvx",
"args": [
"arifos"
]
}
}
}VS Code
.vscode/mcp.json
{
"servers": {
"arifos-mcp": {
"type": "stdio",
"command": "uvx",
"args": [
"arifos"
]
}
}
}Claude Code
claude mcp add arifos-mcp -- uvx arifosRelated MCP servers
Constitutional AI Governance with 13 enforced floors (F1-F13) and tri-witness consensus for LLMs.
48
View repository →Python
AGPL-3.0
Constitutional AI kernel with 13 MCP tools, 888_JUDGE verdict pipeline, and VAULT999 ledger.
48
View repository →Python
AGPL-3.0
arifOS — Constitutional AI Governance
Maintained
Constitutional AI governance: 11 mega-tools, 13 floors, VAULT999 ledger. Human-in-loop by design.
0
View repository →Python