Skip to content
Grok

aaa mcp for Grok

io.github.ariffazil/aaa-mcp

Constitutional AI Governance with 13 enforced floors (F1-F13) and tri-witness consensus for LLMs.

client:Grok transport:stdio runtime:pypi

Install aaa mcp in Grok

.mcp.json (in your project root)

{
  "mcpServers": {
    "aaa-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

aaa mcp in other clients