Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
HOSTNoSSE server bind host127.0.0.1
PORTNoSSE server port3000
OPENCLAW_URLNoOpenClaw gateway URLhttp://127.0.0.1:18789
OPENCLAW_MODELNoModel to use for chat completionsdefault
RATE_LIMIT_PER_MINNoMax tool calls per minute60
OPENCLAW_GATEWAY_TOKENYesBearer token for gateway auth

Instructions

Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.

This server publishes no instructions, or was last inspected before Glama recorded them.

Capabilities

Features and capabilities supported by this server

Protocol revision2025-11-25

CapabilityDetails
tools
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
openclaw_chatB

Send a message to OpenClaw and get a response

openclaw_statusA

Get OpenClaw gateway status and health information

openclaw_chat_asyncA

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_statusB

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

openclaw_task_listA

List all tasks. Optionally filter by status or session.

openclaw_task_cancelA

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

openclaw_messageC

Send a message on Telegram or WhatsApp via the OpenClaw gateway

openclaw_memory_readA

Read a memory file from the OpenClaw workspace

openclaw_memory_writeC

Write content to a memory file in the OpenClaw workspace

openclaw_alertA

Send an urgent alert to Gabriel on Telegram via OpenClaw

openclaw_spawn_agentC

Spawn an OpenClaw sub-agent to perform a task

openclaw_web_searchB

Search the web via OpenClaw

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

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