towerwatch-ops-agent

kemosabe102/towerwatch-ops-agent
★ 0 stars Python AI/LLM Updated today
An agent layer over TowerWatch network monitoring: instrumented MCP server with defined SLIs, eval harness in CI, cost-aware model router, and semantic tool retrieval.
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": {
    "towerwatch-ops-agent": {
      "command": "uvx",
      "args": [
        "towerwatch-ops-agent"
      ]
    }
  }
}

Or install with pip: pip install towerwatch-ops-agent

README Excerpt

An agent layer over [TowerWatch](../towerwatch) — the network-quality monitoring project — built to demonstrate the three capabilities an enterprise agent-engineering loop needs: **evaluation suites**, **cost/latency-aware model choice**, and **tool retrieval**. One repo, one coherent story: > "I took my public monitoring project and built the agent layer an enterprise would