lean

TensorGymnastic/lean
★ 0 stars Python AI/LLM Updated today
Lean Six Sigma PDF corpus MCP server (local snapshot of quanti/lean at HEAD 75cc41d)
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": {
    "lean": {
      "command": "uvx",
      "args": [
        "lean"
      ]
    }
  }
}

Or install with pip: pip install lean

README Excerpt

A dockerized MCP server driven by YAML domain manifests. Built-in domains ship out of the box: PDF (marker-pdf + OCR + markitdown + optional VLM), markdown/source-file corpus, and URL corpus. Adding a fourth domain = drop a YAML in `configs/` + a `tools.py` in `src/lean/domains/`. PDF-like domains also need `adapters.py`, `metadata.py`, and optionally `parser.py`

Tools (2)

corpus_statsdelete_document