I’m building consensus.tools, an open source MCP server and workflow UI for AI decision reliability. It adds consensus checks, observability, and “decision firewalls” so multiple models or agents must agree before actions happen. Useful for PR reviews, workflows, and agent systems where bad AI decisions can break things. Still early, but the goal is simple: make AI outputs more trustworthy.
No reviews yetBe the first to leave a review for Consensus MCP Board
Maker
📌
I built this because single AI agents often make inconsistent or risky decisions on code changes, especially in PR reviews where one hallucination or missed detail can ship bugs or vulnerabilities.
The idea is simple: do not trust one model. Run multiple specialized agents in parallel and resolve the result through weighted consensus, with reputation scores improving over time. You can also add risk thresholds and human approval when needed.
It acts like a decision firewall for agent actions, starting with GitHub PR merge guards.
Runs fully local with SQLite and localhost. No cloud required.
Would love feedback. Have you seen reliability issues with agents in your workflows? Try the PR guard template and tell me what breaks or what should be added next.
GitHub issues and PRs welcome
https://github.com/kaicianflone/...