harpyja

DCSTOLF/harpyja
★ 0 stars Python Search Updated 6d ago
A read-only, offline MCP server that turns natural-language queries into exact file:line citations across large, legacy, or air-gapped codebases.
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": {
    "harpyja": {
      "command": "uvx",
      "args": [
        "harpyja"
      ]
    }
  }
}

Or install with pip: pip install harpyja

README Excerpt

> ## ⚠️ Experimental — not production-ready > > **This project is entirely experimental.** It is a research/work-in-progress prototype: APIs, > schemas, defaults, and behavior change without notice; the documented hardware footprint is **not > validated** (see the caveat below); and real-data evaluation is ongoing and `indicative_only`. Do not

Tools (1)

PATH