rubric protocol for Zed
io.github.0xsims/rubric-protocol
AI compliance attestation for EU AI Act, SR 11-7, HIPAA. Free local tier, no key required.
client:Zed
transport:stdio
runtime:npm
Install rubric protocol in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"rubric-protocol": {
"command": "npx",
"args": [
"-y",
"@rubric-protocol/mcp-server"
],
"env": {
"RUBRIC_API_KEY": "<RUBRIC_API_KEY>"
}
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs