ripwire

redhat-et/ripwire
★ 1 stars C++ AI/LLM Updated today
ripwire — the ripgrep of AI context. A zero-dependency C++23 CLI that maps any codebase into a ranked, deterministic call graph for coding agents: orientation, blast radius, tests-to-run and quality verbs, plus an MCP server. ripgrep-fast retrieval, a tripwire on every claim it emits.
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": {
    "ripwire": {
      "command": "npx",
      "args": [
        "-y",
        "redhat-et/ripwire"
      ]
    }
  }
}

README Excerpt

<p align="center"><img src="docs/assets/banner.svg" alt="ripwire — the ripgrep of AI context" width="880"></p> **ripwire is the ripgrep of AI context.** Point it at any repository and your agent gets a ranked, deterministic call graph — what to touch, what it breaks, which tests to run — instead of grepping

Topics

ai-agentscall-graphclaudeclicode-navigationcode-searchcodexcoding-agentscontext-engineeringcppcpp23developer-toolsllmmcpmcp-server