agentix_fork

timerloggedout-spec/agentix_fork
★ 0 stars Unknown language AI/LLM Updated 6d ago
Fork of nixedge/agentix — Rust MCP server for indexing code/docs/gh issues/PRs
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": {
    "agentix_fork": {
      "command": "npx",
      "args": [
        "-y",
        "timerloggedout-spec/agentix_fork"
      ]
    }
  }
}

README Excerpt

Working fork of [nixedge/agentix](https://github.com/nixedge/agentix). Custom Rust MCP server for indexing code, docs, GitHub issues and PRs (hybrid BM25 + vector search). ```bash git remote add upstream https://github.com/nixedge/agentix.git git fetch upstream git merge upstream/master ``` See upstream README for ParadeDB/Postgres + Ollama embedding pipeline and `mcp-server` binary.