ai-ops-standard

agro0305/ai-ops-standard
★ 1 stars Python AI/LLM Updated today
Open standard for safe AI operations on Linux infrastructure, MCP servers and AI coding agents.
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

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

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "ai-ops-standard": {
      "command": "uvx",
      "args": [
        "ai-ops-standard"
      ]
    }
  }
}

Or install with pip: pip install ai-ops-standard

README Excerpt

Open standard for safe, repeatable and auditable AI operations on Linux infrastructure, MCP servers and AI coding agents. AI-OPS defines how an AI agent discovers current state, plans a minimal change, obtains approval, creates backups, executes, verifies, rolls back and produces an audit record. ```text