Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
DEBUGNoWhether to enable debug mode.False
APP_ENVNoApplication environment (e.g., production, development).production
REDIS_DBNoRedis database index.0
LOG_LEVELNoLogging level (e.g., INFO, DEBUG, ERROR).INFO
REDIS_HOSTNoRedis server host.redis
REDIS_PORTNoRedis server port.6379
AMAP_ORIGINYesDeparture coordinates (longitude,latitude).
AMAP_API_KEYYesAPI Key for AutoNavi (Amap) Open Platform.
AMAP_STRATEGYNoRoute planning strategy: 0-speed priority, 1-cost priority, 2-distance priority.0
REDIS_PASSWORDNoRedis password, if applicable.
CELERY_TIMEZONENoTimezone for Celery tasks.Asia/Shanghai
DINGTALK_SECRETYesThe signing secret for the DingTalk robot.
AMAP_DESTINATIONYesDestination coordinates (longitude,latitude).
DINGTALK_KEYWORDNoSecurity keyword for DingTalk messages.通勤提醒
CELERY_BROKER_URLNoBroker URL for Celery.redis://redis:6379/1
COMMUTE_CHECK_CRONNoCron expression for the commute check task.0 30 8 * * *
DINGTALK_WEBHOOK_URLYesThe webhook URL for the DingTalk robot.
CELERY_RESULT_BACKENDNoResult backend for Celery.redis://redis:6379/2

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/standup-coder/mcp4coder'

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