Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
MCP_URLNoThe URL where the MCP server is hosted (e.g., http://localhost:3000).
MAPLE_API_KEYNoAPI key for authenticating with the Maple server. Auth is fail-closed by default.
MAPLE_API_KEYSNoAlternative to MAPLE_API_KEY, allows providing multiple keys.
OPENAI_API_KEYNoAPI key for OpenAI to enable AI-powered firewall chat mode.
SLACK_BOT_TOKENNoBot token for the slack_post_message tool (alternative to webhook mode).
ANTHROPIC_API_KEYNoAPI key for Anthropic to enable AI-powered firewall chat mode.
DEMO_OPEN_BROWSERNoSet to '0' to disable auto-opening browser pages during demo:up.1
SLACK_WEBHOOK_URLNoIncoming webhook URL for the slack_post_message tool.
MAPLE_ALLOW_NO_AUTHNoIf set to 'true', allows local-only bypass of API key authentication (not recommended).
OPENCLAW_BRIDGE_URLNoThe URL of the OpenClaw bridge adapter. Required in production.
OPENCLAW_BRIDGE_TOKENNoThe token used to authenticate with the OpenClaw bridge. Required in production.
SLACK_DEFAULT_CHANNELNoOptional default channel for Slack bot mode.
MAPLE_FIREWALL_ENABLEDNoWhether to enable deterministic firewall policy checks (true | false).true
MAPLE_FIREWALL_LOG_DIRNoDirectory for firewall audit logs.~/.maple/firewall-logs
MAPLE_LOCK_BRIDGE_TARGETNoSet to 'true' to deny per-request bridgeUrl/token overrides. Enabled automatically in production.true
MAPLE_ALLOW_BRIDGE_OVERRIDENoIf set to 'true', allows local-only override of the bridge configuration.
MAPLE_FIREWALL_CHAT_PRIMARYNoPrimary model provider for firewall chat (openai | anthropic).
MAPLE_FIREWALL_DEFAULT_ACTIONNoDefault firewall behavior (allow | deny | log_only).allow
MAPLE_FIREWALL_CHAT_TIMEOUT_MSNoTimeout in milliseconds for firewall chat AI responses.15000
MAPLE_FIREWALL_CHAT_OPENAI_MODELNoSpecific OpenAI model for firewall chat (e.g., gpt-4o-mini).
MAPLE_FIREWALL_CHAT_ANTHROPIC_MODELNoSpecific Anthropic model for firewall chat (e.g., claude-sonnet-4-6).

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/alnosarus/copymaple'

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