Scarif

Mandoa-Labs/Scarif
★ 0 stars Python 💻 Code/Dev Tools Updated 6d ago
MCP server and CLI for BM25 keyword search over a local Markdown corpus. Drop .md files into data/, then query from any MCP-compatible client (Claude Code, etc.) or the command line.
View on GitHub →

Quick Install

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

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "scarif": {
      "command": "uvx",
      "args": [
        "scarif"
      ]
    }
  }
}

Or install with pip: pip install scarif

Topics

mcp-server