code-index-mcp
If you are the rightful owner of code-index-mcp and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.
Code Index MCP is a specialized server for intelligent code indexing and analysis, enabling LLMs to interact with code repositories.
Code Index MCP is a Model Context Protocol server designed to provide advanced code indexing, searching, and analysis capabilities. It allows Large Language Models (LLMs) to interact with code repositories, offering real-time insights and navigation through complex codebases. By integrating with the Model Context Protocol (MCP), it standardizes the way AI models interact with external tools and data sources. The server supports multiple programming languages and file types, making it versatile for various development environments. It features project indexing, code search, file analysis, smart filtering, and persistent storage, enhancing the efficiency of code management and analysis.
Features
- Project Indexing: Recursively scans directories to build a searchable index of code files.
- Code Search: Find patterns, function definitions, and references across your codebase.
- File Analysis: Get detailed insights about file structure, imports, and complexity.
- Smart Filtering: Automatically ignores build directories, dependencies, and non-code files.
- Persistent Storage: Caches indexes for improved performance across sessions.