truth

blasrodri/truth
★ 0 stars Rust Code/Dev Tools Updated 1d ago
Deterministic fact-checker for AI coding agents — verify an agent's claims about its own work against the real code, git diff & logs. Local MCP server, cited verdicts, refuses to bluff.
View on GitHub → Try with Claude — $10 free →

Quick Install

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

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "truth": {
      "command": "cargo",
      "args": [
        "run",
        "--",
        "truth"
      ]
    }
  }
}

README Excerpt

**`truth` is a deterministic fact-checker for the claims an AI coding agent makes about its own work.** When an agent says *"I added the `/v1/refund` route, set `MAX_RETRIES` to 5, only touched the parser, and tests pass,"* `truth` checks each claim against the **real code, the working-tree git diff, recorded command runs, and logs**, and answers **Supported / Contradicted / Refused** — every verdict cited.

Tools (4)

claimslocal_logmessagerepo

Topics

agent-toolsai-agentsai-coding-assistantclaudeclaude-codecoding-agentdeveloper-toolsfact-checkinghallucinationmcpmcp-servermodel-context-protocolruststatic-analysis