Loading connector details…
Loading connector details…
Choose a unique username to continue using AgentHotspot
by johnhuang316 • Testing & QA
An intelligent code indexing server for analyzing and navigating large codebases.
Index and search through large codebases efficiently
Perform advanced code analysis and refactoring tasks
Comprehensive support for multiple programming languages
Code Index MCP is a Model Context Protocol server designed to transform how AI models interact with complex codebases. It offers intelligent indexing, advanced search capabilities, and detailed analysis to enhance code understanding for tasks like code review, refactoring, and debugging assistance. The server supports multi-language environments, provides real-time monitoring, and enables efficient project management.
Set the base project path for indexing.
Search for code pattern with pagination. Auto-selects best search tool (ugrep/ripgrep/ag/grep). Supports glob file_pattern (e.g., "*.py"), regex patterns, and fuzzy matching (ugrep only).
Find files matching glob pattern using in-memory index. Supports path patterns (*.py, test_*.js) and filename-only matching (README.md).
Get a summary of a specific file, including: - Line count - Function/class definitions (for supported languages) - Import statements - Basic complexity metrics
Get the source code body of a specific symbol (function, method, or class). This tool retrieves only the code for the specified symbol, enabling efficient context usage by avoiding loading entire files. Args: file_path: Path to the file containing the symbol symbol_name: Name of the symbol to retrieve (e.g., "process_data", "MyClass.my_method") Returns: Dictionary containing: - status: "success" or "error" - symbol_name: Name of the symbol - type: Type of symbol (function, method, class) - line: Start line number - end_line: End line number - code: The actual source code - signature: Function/method signature (if available) - docstring: Documentation string (if available) - called_by: List of symbols that call this symbol
Scores are informational only and provided “as is” without warranty. AgentHotspot assumes no liability for actions taken based on these ratings.