MCP server for OpenClaw deployment health: gateway, resources, errors, skills, upgrades, disk.
Runs locally over stdio
This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).
Run
uvx openclaw-health-mcp
MCP client config
{
"mcpServers": {
"openclaw-health-mcp": {
"command": "uvx",
"args": [
"openclaw-health-mcp"
]
}
}
}