PearClaw
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| OPENCLAW_GATEWAY_URL | No | OpenClaw gateway WebSocket URL | ws://127.0.0.1:18788 |
| OPENCLAW_MCP_SESSION | No | Agent session to target | main |
| OPENCLAW_MCP_TIMEOUT | No | Response timeout (ms) | 25000 |
| OPENCLAW_GATEWAY_TOKEN | No | Auth token (if required) | |
| OPENCLAW_MCP_FAIL_OPEN | No | Approve when supervisor unreachable | true |
| OPENCLAW_MCP_INBOX_DIR | No | Drop-file inbox (fallback) | ~/.openclaw/mcp-inbox |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| 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
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Latest Blog Posts
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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