DevCtxEngine

snaven10/DevCtxEngine
★ 0 stars Rust AI/LLM Updated 2d ago
Local-first code context engine in Rust + DuckDB: incremental semantic indexing, hybrid search, MCP server, HTTP API and TUI. Rust rewrite of devai-context-engine.
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": {
    "devctxengine": {
      "command": "cargo",
      "args": [
        "run",
        "--",
        "DevCtxEngine"
      ]
    }
  }
}

README Excerpt

A local-first code context engine in Rust + DuckDB: incremental semantic indexing, hybrid search, an MCP server, an HTTP API and a TUI. See phased plan. > **This is the Rust rewrite of [snaven10/devai-context-engine](https://github.com/snaven10/devai-context-engine)** > — the original Go + Python implementation. See [Lineage](#lineage) for what

Topics

ai-agentscode-searchdeveloper-toolsduckdbembeddingsmcpragrustsemantic-searchtree-sitter