rubric mcp server for Cursor
io.github.0xsims/rubric-mcp-server
Attest agent decisions and verify records on a public ledger. Evidence, not just data.
client:Cursor
transport:stdio
runtime:pypi
Install rubric mcp server in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"rubric-mcp-server": {
"type": "stdio",
"command": "uvx",
"args": [
"rubric_mcp_server"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs