Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
ARCA_DEBUGNoEnable debug modefalse
ARCA_APP_HOSTNoServer bind address0.0.0.0
ARCA_APP_PORTNoServer port4201
ARCA_CACHE_TTLNoDefault cache TTL in seconds (1 hour)3600
ARCA_TRANSPORTNoMCP transport (stdio, http, sse, streamable-http)streamable-http
ARCA_REDIS_HOSTNoRedis hostlocalhost
ARCA_REDIS_PORTNoRedis port6379
ARCA_APP_WORKERSNoUvicorn worker count1
ARCA_APP_AUTH_KEYYesBearer token for MCP authentication
ARCA_CACHE_TTL_LONGNoLong cache TTL in seconds (7 days, used for embeddings)604800
ARCA_GOOGLE_API_KEYYesGoogle API key for Gemini embeddings
ARCA_REDIS_DB_CACHENoRedis database number for cache4
ARCA_REDIS_PASSWORDNoRedis password (optional)null
ARCA_EMBEDDING_MODELNoGemini embedding model namegemini-embedding-001
ARCA_VECTOR_STORE_PATHNoLanceDB storage directory./lancedb
ARCA_EMBEDDING_DIMENSIONNoEmbedding vector dimensionality3072
ARCA_LOG_MESSAGE_MAX_LENNoMaximum log message length2000

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/m0nochr0me/arca-mcp'

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