Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
HOSTNoServer host0.0.0.0
PORTNoServer port3010
API_KEYSNoComma-separated API keys used when AUTH_MODE=api-key
AUTH_MODENoAuthentication mode (none, api-key, oauth)none
LOG_LEVELNoLog level (debug, info, warn, error)info
QDRANT_URLNoQdrant vector store URL (required for memory stats when ENABLE_CIPHER=1)
CORS_ORIGINSNoAllowed CORS origins (* to allow all)http://localhost:3010,http://127.0.0.1:3010
GATEWAY_NAMENoGateway name in MCP responsesmcp-gateway
OAUTH_ISSUERNoOAuth token issuer
ENABLE_CIPHERNoEnable Cipher Memory - cross-IDE persistent memory with Qdrant vector store0
ENABLE_SKILLSNoEnable Skills system - reusable code patterns and skill execution0
ALLOW_INSECURENoIf 1, allow unauthenticated access to dashboard, code APIs, and JSON metrics when AUTH_MODE=none0
CIPHER_API_URLNoCipher Memory service URLhttp://localhost:8082
OAUTH_AUDIENCENoOAuth audience
OAUTH_JWKS_URINoOAuth JWKS endpoint
QDRANT_API_KEYNoQdrant API key
GATEWAY_LITE_MODENoLite mode - reduces exposed gateway tools for lower token usage (recommended)1
QDRANT_COLLECTIONNoQdrant collection namecipher_knowledge
QDRANT_TIMEOUT_MSNoQdrant request timeout8000
ENABLE_ANTIGRAVITYNoEnable Antigravity Usage - IDE quota tracking for Antigravity IDE0
ENABLE_CLAUDE_USAGENoEnable Claude Usage - API token consumption tracking0
RATE_LIMIT_WINDOW_MSNoRate limit window (ms)60000
HEALTH_REQUIRE_BACKENDSNoIf 1, /health returns 503 when all configured backends are down0
RATE_LIMIT_MAX_REQUESTSNoMax requests per window100

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/abdullah1854/MCPGateway'

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