closed-book-mcp

dis70rt/closed-book-mcp
★ 0 stars Python Security Updated today
A zero-hallucination Model Context Protocol (MCP) server for local document indexing and strict, authoritative closed-book retrieval.
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": {
    "closed-book-mcp": {
      "command": "uvx",
      "args": [
        "closed-book-mcp"
      ]
    }
  }
}

Or install with pip: pip install closed-book-mcp

README Excerpt

<div align="center"> <img src="assets/banner.png" alt="ClosedBook Logo" width="380" /> **Zero-Hallucination, Closed-Book Retrieval Engine via Model Context Protocol (MCP)** <p align="center"> <a href="#features">Features</a> • <a href="#prerequisites">Prerequisites</a> • <a href="#getting-started">Getting Started</a> •