codixing

ferax564/codixing
★ 2 stars Rust AI/LLM Updated today
Ultra-fast code retrieval engine for AI agents — AST parsing, hybrid BM25+vector search, dependency graph, 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": {
    "codixing": {
      "command": "cargo",
      "args": [
        "run",
        "--",
        "codixing"
      ]
    }
  }
}

README Excerpt

**Website: [codixing.com](https://codixing.com)** · **[Docs](https://codixing.com/docs)** Code retrieval engine that saves your AI agent 73% of its token budget. Replaces grep with ranked, AST-aware search — so models spend tokens reasoning, not reading. ```sh curl --proto '=https' --proto-redir '=https' -fsSLo /tmp/codixing-install.sh https://codixing.com/install.sh

Tools (2)

Foocode_search