Odel
rubric mcp server

rubric mcp server

Local
@0xsims1JavaScriptUpdated 1mo ago

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

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npm@rubric-protocol/mcp-serverv2.0.2

Run

npx -y @rubric-protocol/mcp-server

MCP client config

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