Back to MCP Servers

AiDex

Persistent code index MCP server using Tree-sitter for fast, precise code search. Replaces grep with ~50 token responses instead of 2000+. Supports 11 languages including C#, TypeScript, Python, Rust, and Go.

developer-toolspythontypescriptrustgoai

Installation

npx -y AiDex

Configuration

{
  "mcpServers": {
    "AiDex": {
      "command": "npx",
      "args": ["-y", "AiDex"]
    }
  }
}

How to use

  1. Run the installation command above (if needed)
  2. Open your Claude Code settings file (~/.claude/settings.json)
  3. Add the configuration to the mcpServers section
  4. Restart Claude Code to apply changes
View source on GitHub