xgrep

momokun7/xgrep
★ 6 stars Rust 🤖 AI/LLM Updated 7d ago
Ultra-fast indexed code search engine — faster than ripgrep on repeated searches, lighter than zoekt. Built-in MCP server for AI agents. Also does fast file finding (fd/find alternative).
View on GitHub →

Quick Install

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

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "xgrep": {
      "command": "cargo",
      "args": [
        "run",
        "--",
        "xgrep"
      ]
    }
  }
}

Topics

ai-agentclicode-searchdeveloper-toolsfdfile-searchfindgrepmcpmcp-serverripgreprustsearch-enginetrigramzoekt