Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
AUTH_ENABLEDNoWhether to enable authentication (required for production or remote use).
CORS_ORIGINSNoComma-separated list of allowed CORS origins, e.g., https://claude.ai.
OPENCLAW_URLYesThe URL of the OpenClaw gateway server.http://127.0.0.1:18789
MCP_CLIENT_IDNoThe client ID used for MCP authentication.
MCP_ISSUER_URLNoThe public HTTPS URL of the MCP server, required for OAuth metadata when running behind a reverse proxy.
MCP_CLIENT_SECRETNoThe client secret used for MCP authentication.
OPENCLAW_GATEWAY_TOKENYesThe gateway token used for authentication with OpenClaw.

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tools
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
openclaw_chat

Send a message to OpenClaw and get a response

openclaw_status

Get OpenClaw gateway status and health information

openclaw_chat_async

Send a message to OpenClaw asynchronously. Returns a task_id immediately that can be polled for results. Use this for potentially long-running conversations.

openclaw_task_status

Check the status of an async task. Returns status, and result if completed.

openclaw_task_list

List all tasks. Optionally filter by status or session.

openclaw_task_cancel

Cancel a pending task. Only works for tasks that haven't started yet.

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/freema/openclaw-mcp'

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