Skip to main content
Glama

code-index-mcp

__init__.py533 B
""" Tool Layer - Technical components for the Code Index MCP server. This package contains pure technical components that provide specific capabilities without business logic. These tools are composed by the business layer to achieve business goals. """ from .filesystem import FileMatchingTool, FileSystemTool from .config import ProjectConfigTool, SettingsTool from .monitoring import FileWatcherTool __all__ = [ 'FileMatchingTool', 'FileSystemTool', 'ProjectConfigTool', 'SettingsTool', 'FileWatcherTool' ]

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