rubric protocol for Grok
io.github.0xsims/rubric-protocol
AI compliance attestation for EU AI Act, SR 11-7, HIPAA. Free local tier, no key required.
client:Grok
transport:stdio
runtime:npm
Install rubric protocol in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"rubric-protocol": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@rubric-protocol/mcp-server"
],
"env": {
"RUBRIC_API_KEY": "<RUBRIC_API_KEY>"
}
}
}
}
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