io.github.freema/openclaw-mcp✓
io.github.freema/openclaw-mcp · v1.4.1
{}server.json
The full server descriptor as registered with IndusMCP.
{
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-09-29/server.schema.json",
"name": "io.github.freema/openclaw-mcp",
"description": "MCP server bridging Claude.ai/Desktop with self-hosted OpenClaw via OAuth 2.1.",
"repository": {
"url": "https://github.com/freema/openclaw-mcp",
"source": "github"
},
"version": "1.4.1",
"websiteUrl": "https://openclaw-mcp.cloud",
"packages": [
{
"registryType": "npm",
"registryBaseUrl": "https://registry.npmjs.org",
"identifier": "openclaw-mcp",
"version": "1.4.1",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "URL of your OpenClaw gateway",
"isRequired": true,
"default": "http://127.0.0.1:18789",
"name": "OPENCLAW_URL"
},
{
"description": "Bearer token for OpenClaw gateway authentication",
"isRequired": true,
"isSecret": true,
"name": "OPENCLAW_GATEWAY_TOKEN"
},
{
"description": "Model name for chat completions (e.g. 'openclaw' or 'openclaw/<agentId>')",
"default": "openclaw",
"name": "OPENCLAW_MODEL"
},
{
"description": "Request timeout in milliseconds",
"default": "120000",
"name": "OPENCLAW_TIMEOUT_MS"
}
]
},
{
"registryType": "oci",
"identifier": "ghcr.io/freema/openclaw-mcp:1.4.1",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "URL of your OpenClaw gateway",
"isRequired": true,
"default": "http://127.0.0.1:18789",
"name": "OPENCLAW_URL"
},
{
"description": "Bearer token for OpenClaw gateway authentication",
"isRequired": true,
"isSecret": true,
"name": "OPENCLAW_GATEWAY_TOKEN"
},
{
"description": "Model name for chat completions",
"default": "openclaw",
"name": "OPENCLAW_MODEL"
}
]
}
],
"_meta": {
"dev.indusmcp/source": "official-registry-mirror",
"dev.indusmcp/synced": "2026-05-12"
}
}