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
By CSCSoftware
Installation
npx -y AiDexConfiguration
{
"mcpServers": {
"AiDex": {
"command": "npx",
"args": ["-y", "AiDex"]
}
}
}How to use
- Run the installation command above (if needed)
- Open your Claude Code settings file (~/.claude/settings.json)
- Add the configuration to the mcpServers section
- Restart Claude Code to apply changes