MCP Server
Active
AGPL-3.0
arifOS — Constitutional AI Kernel MCP Server
io.github.ariffazil/arifos
What is the arifOS — Constitutional AI Kernel MCP server?
Constitutional AI kernel with 13 MCP tools, 888_JUDGE verdict pipeline, and VAULT999 ledger.
How to install arifOS — Constitutional AI Kernel
Copy-paste configuration for popular MCP clients.
transport: http
Config generated by PluginBench — verify against the source before use.Cursor
~/.cursor/mcp.json
{
"mcpServers": {
"arifos": {
"url": "https://arifos.arif-fazil.com/mcp"
}
}
}Windsurf
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"arifos": {
"serverUrl": "https://arifos.arif-fazil.com/mcp"
}
}
}VS Code
.vscode/mcp.json
{
"servers": {
"arifos": {
"type": "http",
"url": "https://arifos.arif-fazil.com/mcp"
}
}
}Claude Desktop
Claude Desktop connects to remote servers via the mcp-remote bridge.
{
"mcpServers": {
"arifos": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://arifos.arif-fazil.com/mcp"
]
}
}
}Claude Code
claude mcp add --transport http arifos https://arifos.arif-fazil.com/mcpRelated 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 governance server with 5-organ Trinity and enforced floors F1-F13.
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