Skip to content
Zed

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

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "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

rubric protocol in other clients