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