Odel
openclaw health mcp

openclaw health mcp

Local
@temurkhan13PythonMITUpdated 3mo ago

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).

PyPIopenclaw-health-mcpv1.0.3

Run

uvx openclaw-health-mcp

MCP client config

{
  "mcpServers": {
    "openclaw-health-mcp": {
      "command": "uvx",
      "args": [
        "openclaw-health-mcp"
      ]
    }
  }
}