Skip to main content
Glama

code-index-mcp

""" Shared constants for the Code Index MCP server. """ # Directory and file names SETTINGS_DIR = "code_indexer" CONFIG_FILE = "config.json" INDEX_FILE = "file_index.pickle" CACHE_FILE = "content_cache.pickle"

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