Provides a secure, intelligent Model Context Protocol server for Claude and AI assistants, offering semantic, symbolic, and regex-based code search.
RAGex is an advanced MCP server designed to empower Claude Code and other AI coding assistants with sophisticated code search capabilities. Unlike traditional grep-based tools, RAGex understands code semantically by combining Retrieval-Augmented Generation (RAG) for natural language queries, Tree-sitter for language-aware symbol search, and Ripgrep for blazing-fast regex pattern matching. This unique blend allows AI to find 'auth functions' with semantic search, 'validateUser()' with symbol-aware search, and specific patterns with high performance, significantly enhancing the assistant's ability to navigate and understand codebases.