AiDex MCP Review 2026: Tree-sitter Code Search for Claude, Cursor, and Codex

AiDex MCP Review 2026: Tree-sitter Code Search for Claude, Cursor, and Codex

If you use Claude Code, Cursor, or Codex on a codebase larger than a few thousand lines, you’ve felt the pain: every new session starts from zero. The agent greps for a function signature, reads the file, greps for callers, reads more files, and burns through tokens just to reconstruct context you already understood last session. AiDex is an MCP server that tries to fix this with a persistent Tree-sitter code index, semantic search, and cross-session memory. I spent a week testing it against four direct competitors. Here is what I found. ...

July 6, 2026 · 11 min · baeseokjae