quorum

marklynd/quorum
★ 0 stars Unknown language Code/Dev Tools Updated today
A council of language models that scores a claim against a rubric, using only evidence you supply. Bounded timeouts, anonymised deliberation, hash-verified transcripts, MCP server.
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "quorum": {
      "command": "npx",
      "args": [
        "-y",
        "marklynd/quorum"
      ]
    }
  }
}