rubric protocol for VS Code
io.github.0xsims/rubric-protocol
AI compliance attestation for EU AI Act, SR 11-7, HIPAA. Free local tier, no key required.
client:VS Code
transport:stdio
runtime:npm
Install rubric protocol in VS Code
.vscode/mcp.json
{
"inputs": [
{
"type": "promptString",
"id": "rubric-api-key",
"description": "RUBRIC_API_KEY",
"password": true
}
],
"servers": {
"rubric-protocol": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@rubric-protocol/mcp-server"
],
"env": {
"RUBRIC_API_KEY": "${input:rubric-api-key}"
}
}
}
}
VS Code prompts for each input the first time the server starts, so no secret is written to the file. VS Code docs