Skip to content
Claude Desktop

rubric protocol for Claude Desktop

io.github.0xsims/rubric-protocol

AI compliance attestation for EU AI Act, SR 11-7, HIPAA. Free local tier, no key required.

client:Claude Desktop transport:stdio runtime:npm

Install rubric protocol in Claude Desktop

~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json

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

{
  "mcpServers": {
    "rubric-protocol": {
      "command": "npx",
      "args": [
        "-y",
        "@rubric-protocol/mcp-server"
      ],
      "env": {
        "RUBRIC_API_KEY": "<RUBRIC_API_KEY>"
      }
    }
  }
}

Settings → Developer → Edit Config opens this file. Restart the app after saving. Claude Desktop docs

rubric protocol in other clients