Rubric Protocol MCP server — AI compliance attestation for Claude Desktop, Cursor, and any MCP-compatible host.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"rubric-mcp-server": {
"command": "npx",
"args": [
"-y",
"0xsims/rubric-mcp-server"
]
}
}
}
Run in terminal:
claude mcp add rubric-mcp-server npx -y 0xsims/rubric-mcp-server
Add to .cursor/mcp.json:
{
"mcpServers": {
"rubric-mcp-server": {
"command": "npx",
"args": [
"-y",
"0xsims/rubric-mcp-server"
]
}
}
}