Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
OPENCLAW_GATEWAY_URLNoOpenClaw gateway WebSocket URLws://127.0.0.1:18788
OPENCLAW_MCP_SESSIONNoAgent session to targetmain
OPENCLAW_MCP_TIMEOUTNoResponse timeout (ms)25000
OPENCLAW_GATEWAY_TOKENNoAuth token (if required)
OPENCLAW_MCP_FAIL_OPENNoApprove when supervisor unreachabletrue
OPENCLAW_MCP_INBOX_DIRNoDrop-file inbox (fallback)~/.openclaw/mcp-inbox

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tools
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
consult_supervisorA

Consult your OpenClaw supervisor agent before proceeding. Use this before writing files, running commands, or making architectural decisions. Returns: { decision: 'approve'|'block'|'modify', reason: string, suggestion?: string }

get_supervisor_messageA

Poll for proactive messages from your OpenClaw supervisor. Call this every ~5 tool calls. Hedy may have injected context, corrections, or guidance. Returns: { message: string|null } — if message is non-null, read it before continuing.

notify_supervisorA

Send a one-way update to your OpenClaw supervisor. Use after completing a task, encountering an error, or finishing a session. Does not wait for a response.

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/sideEyeLabs/pearclaw'

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