openclaw-upgrade-orchestrator-mcp

temurkhan13/openclaw-upgrade-orchestrator-mcp
★ 0 stars Python 🤖 AI/LLM Updated today
MCP server for safe AI agent runtime upgrades — version-aware regression catalog, pre/post snapshot diff, rollback guides. Read-only advisor: never executes upgrades. Bring your own catalog for non-OpenClaw runtimes.
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-upgrade-orc": {
      "command": "uvx",
      "args": [
        "openclaw-upgrade-orchestrator-mcp"
      ]
    }
  }
}

Or install with pip: pip install openclaw-upgrade-orchestrator-mcp

README Excerpt

<!-- mcp-name: io.github.temurkhan13/openclaw-upgrade-orchestrator-mcp --> > **MCP server for safe AI agent runtime upgrades** — version-aware regression catalog, pre/post snapshot diffing, step-by-step upgrade + rollback guides. Captures deployment state before upgrade, re-runs detection checks after, surfaces `new_failures` (caused by the upgrade) separately from `unchanged_failures` (pre-existing) and `recovered` (fixed by the upgrade). **Read-only by design** — never executes the upgrade its

Tools (10)

available_upgradescurrent_versionlist_snapshotsmockpost_upgrade_verifypre_upgrade_snapshotrecommended_targetregression_catalogrollback_guideupgrade_guide

Topics

agent-opsai-agentclaudedeployment-safetymcpproduction-airegression-detectionrollbackupgrade-management