OpenClaw MCP Server
by rodgco
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| PORT | No | Port to listen on | 3721 |
| BOT_NAME | No | Name of your assistant/bot | MyAssistant |
| BIND_ADDRESS | No | Bind address (0.0.0.0 for all interfaces) | 0.0.0.0 |
| MCP_SERVER_API_KEY | Yes | API Key for authentication (generate with: openssl rand -base64 32) | |
| OPENCLAW_WORKSPACE | No | OpenClaw workspace path | ${HOME}/.openclaw/workspace |
| OPENCLAW_SESSION_LABEL | No | OpenClaw session label to connect to | main |
Capabilities
Server capabilities have not been inspected yet.
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
No tools | |
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
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/rodgco/openclaw-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server