weavatrix-rust

sergii-ziborov/weavatrix-rust
★ 0 stars Rust AI/LLM Updated today
Pure-Rust read-only repository intelligence and MCP server
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": {
    "weavatrix-rust": {
      "command": "cargo",
      "args": [
        "run",
        "--",
        "weavatrix-rust"
      ]
    }
  }
}

README Excerpt

Weavatrix Rust is a local, read-only repository-intelligence engine and MCP server. It compiles source files, Git objects, measured coverage, clone evidence, lexical search, vectors, semantic links, and temporal memory into one bounded evidence graph for coding agents. It does not invoke `git`, `rg`, Node.js, Python, a language server, or code from