MCP Server that gives AI coding assistants instant access to your entire codebase through a persistent Tree-sitter index. Instead of grep flooding your context with 2000+ tokens per search, AiDex returns precise identifier matches in ~50 tokens. Supports 11 languages: C#, TypeScript, JavaScript, Rust, Python, C, C++, Java, Go, PHP, Ruby. Features include method signatures, cross-project search, time-based filtering, session notes, and an interactive browser-based viewer.
服务器配置
{
"mcpServers": {
"aidex": {
"command": "aidex",
"args": []
}
}
}