context-engine-rs

z23cc/context-engine-rs
★ 0 stars Rust Code/Dev Tools Updated today
Pure-Rust, embeddable, on-demand headless code-context engine — parallel search (nucleo+BM25), multi-language codemap (syn/ruff/oxc), PageRank repo-map, C ABI + MCP server
View on GitHub → Try with Claude — $10 free →

Quick Install

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

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "context-engine-rs": {
      "command": "cargo",
      "args": [
        "run",
        "--",
        "context-engine-rs"
      ]
    }
  }
}

README Excerpt

A minimal, runnable Rust vertical slice of a snapshot-centered context engine. - `crates/ctx-core` — library crate for catalog scanning, immutable snapshots, the `CatalogProvider` port trait, fail-closed root policy, path/content search, `read_file`, and `get_file_tree`. - `crates/ctx-mcp` — binary crate exposing the engine over a synchronous stdio

Tools (1)

file_search