arifos mcp for Grok
io.github.ariffazil/arifos-mcp
Constitutional AI governance server with 5-organ Trinity and enforced floors F1-F13.
client:Grok
transport:stdio
runtime:pypi
Install arifos mcp in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"arifos-mcp": {
"type": "stdio",
"command": "uvx",
"args": [
"arifos"
]
}
}
}
Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs