Skip to main content
Glama

code-index-mcp

__init__.py888 B
""" Code indexing utilities for the MCP server. This module provides simple JSON-based indexing optimized for LLM consumption. """ # Import utility functions that are still used from .qualified_names import ( generate_qualified_name, normalize_file_path ) # New JSON-based indexing system from .json_index_builder import JSONIndexBuilder, IndexMetadata from .json_index_manager import JSONIndexManager, get_index_manager from .shallow_index_manager import ShallowIndexManager, get_shallow_index_manager from .deep_index_manager import DeepIndexManager from .models import SymbolInfo, FileInfo __all__ = [ 'generate_qualified_name', 'normalize_file_path', 'JSONIndexBuilder', 'JSONIndexManager', 'get_index_manager', 'ShallowIndexManager', 'get_shallow_index_manager', 'DeepIndexManager', 'SymbolInfo', 'FileInfo', 'IndexMetadata' ]

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/johnhuang316/code-index-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server