xrad

narimannemo/xrad
★ 0 stars Python AI/LLM Updated today
A claim store for LLM extraction pipelines: every statement records who asserted it, with what hedging, and a verbatim quote that must resolve in the source, or it is refused. Library, CLI, and 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": {
    "xrad": {
      "command": "uvx",
      "args": [
        "xrad"
      ]
    }
  }
}

Or install with pip: pip install xrad

README Excerpt

**Your agent cannot assert here without quoting the source.** Extraction pipelines produce knowledge graphs that *assert*. `Acme ACQUIRED Beta`, as a fact. That holds until the source only implies it, attributes it to someone, or hedges it — and then the graph has quietly turned a rumour into a fact, and nothing downstream can tell.