Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
ACE_MCP_LLM_MODELNoLLM model name (e.g., deepseek-reasoner)
ACE_MCP_LOG_LEVELNoLog level (default info)
ACE_MCP_AUTO_WATCHNoEnable auto watch for file changes (default true)
ACE_MCP_BATCH_SIZENoIndexing batch size (default 32)
ACE_MCP_LLM_API_KEYNoLLM API key (required for LLM features)
ACE_MCP_LLM_API_URLNoLLM API URL (e.g., https://api.deepseek.com/v1/chat/completions)
ACE_MCP_DEFAULT_TOP_KNoDefault top K for search (default 8)
ACE_MCP_EMBEDDING_MODELNoRemote embedding model (e.g., text-embedding-3-small)
ACE_MCP_TEXT_EXTENSIONSNoComma-separated list of text file extensions (default .java,.js,.jsx,.ts,.tsx,.cs,.py)
ACE_MCP_EXCLUDE_PATTERNSNoComma-separated list of exclude patterns (default .git,node_modules,dist,build,target,bin,obj,__pycache__,.venv)
ACE_MCP_MAX_FILE_SIZE_KBNoMaximum file size in KB (default 1024)
ACE_MCP_EMBEDDING_API_KEYNoRemote embedding API key
ACE_MCP_EMBEDDING_API_URLNoRemote embedding API URL (e.g., https://api.openai.com/v1/embeddings)
ACE_MCP_EMBEDDING_PROVIDERNoEmbedding provider: local or remote (default local)
ACE_MCP_QA_MAX_SOURCES_MAXNoMaximum number of retrieval sources for QA (default 50)
ACE_MCP_MAX_LINES_PER_CHUNKNoMaximum lines per chunk (default 220)
ACE_MCP_ENABLE_VECTOR_SEARCHNoEnable vector search (default true)
ACE_MCP_VECTOR_INDEXING_MODENoVector indexing mode: lazy or eager (default lazy)
ACE_MCP_QA_MAX_CONTEXT_TOKENSNoLLM context token budget for QA (default 6000)
ACE_MCP_SEARCH_PER_FILE_LIMITNoMax search results per file (default 2)
ACE_MCP_QA_MAX_SOURCES_DEFAULTNoDefault number of retrieval sources for QA (default 10)
ACE_MCP_SEARCH_FANOUT_MULTIPLIERNoSearch candidate set expansion multiplier (default 3)

Capabilities

Server capabilities have not been inspected yet.

Tools

Functions exposed to the LLM to take actions

NameDescription

No tools

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

Latest Blog Posts

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/0215AndrewFeng/ACE-MCP'

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