openclaw-health-mcp

temurkhan13/openclaw-health-mcp
★ 0 stars Python 📦 Other Updated today
MCP server for OpenClaw deployment health: gateway, resources, errors, skills, upgrades, disk.
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

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

Or install with pip: pip install openclaw-health-mcp