LLMs can search your entire project, find files with glob patterns, analyze code structure (functions, classes, imports), and get automatic updates when files change. Eliminates the need to manually copy files or explain project structure to overcome context limits.
Built with Python using the Model Context Protocol. Uses pluggable search backends (ugrep/ripgrep/ag/grep).
Installation:
{ "mcpServers": { "code-index": { "command": "uvx", "args": ["code-index-mcp"] } } }