Skip to main content
Glama
kwgoodwin

clearon-ops-audit-mcp

by kwgoodwin

Clearon Ops Audit MCP

スケジューラ、ランタイム、ロック状態を決定論的に監査する読み取り専用MCPサーバー。

検査対象のシステムを変更することなく、定期ジョブの健全性、配信失敗、成功低下パターン、期限超過の実行、ゲートウェイ/MCPの健全性、ロックファイルのインベントリを要約します。

機能

  • 定期ジョブを一覧表示し、現在のジョブ健全性を要約します

  • 実行失敗と配信失敗を区別します

  • 繰り返される成功低下の要約にフラグを立てます

  • 期限超過の定期ジョブを報告します

  • ゲートウェイ、MCP、承認済みロックルートを読み取り専用モードで調査します

  • 統合運用レポートを生成します

Related MCP server: system-brain-mcp

対象外

  • cronジョブや設定を編集しません

  • サービスを再起動しません

  • ロックファイルを削除しません

  • ロックファイルが存在するという理由だけで、それが古いと推測することはありません

要件

  • Node.js 20 以降

  • PATH 上で利用可能な openclaw CLI、または明示的に設定された OPENCLAW_BIN

  • stdioサーバーを起動できるローカルMCPクライアント

インストール

cd tools/clearon-ops-audit-mcp
npm install
npm test
npm run smoke

MCPクライアントのセットアップ

stdio設定の例:

{
  "mcpServers": {
    "clearon-ops-audit": {
      "command": "node",
      "args": ["/absolute/path/to/clearon-ops-audit-mcp/server.mjs"],
      "env": {
        "CLEARON_OPS_AUDIT_WORKSPACE": "/absolute/path/to/workspace"
      }
    }
  }
}

ワークスペースはデフォルトでクライアントプロセスの作業ディレクトリになります。ロックスキャンが特定のツリーを対象とする場合は、CLEARON_OPS_AUDIT_WORKSPACE で上書きします。

コマンド

npm test
npm run smoke
npm run syntax
npm run report

ツール

  • get_server_health

  • list_recurring_jobs

  • get_job_health

  • get_recent_failures

  • find_missed_or_overdue_runs

  • summarize_degraded_successes

  • check_delivery_failures

  • probe_registered_mcps

  • check_gateway_health

  • audit_locks

  • generate_ops_report

A
license - permissive license
Not graded
quality - not tested
C
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Servers

  • F
    license
    A
    quality
    C
    maintenance
    A secure, read-only MCP server for AI-powered system monitoring. It provides real-time OS metrics, config discovery, and safe log tailing to enable autonomous infrastructure audits without shell access risks.
    4
  • A
    license
    A
    quality
    C
    maintenance
    Read-only MCP tools for coding agents to audit deployment targets, detect fabricated code, review backlog, database schema, analytics, ML models, architecture docs, and decision lenses.
    11
    19
    MIT
  • F
    license
    Not graded
    quality
    C
    maintenance
    Enables AI assistants to inspect and audit Azure Landing Zones by inventorying resources, auditing tagging, evaluating policy compliance, and detecting infrastructure drift, all in read-only mode.
  • A
    license
    Not graded
    quality
    C
    maintenance
    Enables approved senior engineers to run vetted, read-only audit scripts on Tactical RMM agents from Claude, using a fixed catalog of tools to inspect things like local admins, disk space, and installed software without permitting arbitrary code execution or destructive actions.
    MIT

View all related MCP servers

Related MCP Connectors

  • Operate smplkit from your agent: feature flags, config, logging, audit, and scheduled jobs.

  • Read-only MCP access to sessions, funnels, campaigns, errors, live visitors, and anomalies.

  • MCP uptime, schema, auth, and SLA receipt monitoring.

View all MCP Connectors

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/kwgoodwin/clearon-ops-audit-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server