clearon-ops-audit-mcp
Clearon Ops Audit MCP
결정적 스케줄러, 런타임 및 잠금 상태 감사를 위한 읽기 전용 MCP 서버입니다.
검사 대상 시스템을 수정하지 않고 반복 작업 상태, 전달 실패, 성공 저하 패턴, 기한이 지난 실행, 게이트웨이/MCP 상태 및 잠금 파일 인벤토리를 요약합니다.
기능
반복 작업을 나열하고 현재 작업 상태를 요약합니다
실행 실패와 전달 실패를 구분합니다
반복되는 성공 저하 요약에 플래그를 표시합니다
기한이 지난 반복 작업을 보고합니다
게이트웨이, MCP 및 승인된 잠금 루트를 읽기 전용 모드로 검사합니다
통합 운영 보고서를 생성합니다
Related MCP server: system-brain-mcp
하지 않는 일
cron 작업이나 구성을 편집하지 않습니다
서비스를 재시작하지 않습니다
잠금 파일을 삭제하지 않습니다
잠금 파일이 존재한다는 이유만으로 오래된 것으로 추정하지 않습니다
요구 사항
Node.js
20이상openclawCLI가PATH에 있거나OPENCLAW_BIN이 명시적으로 설정되어 있어야 합니다stdio 서버를 실행할 수 있는 로컬 MCP 클라이언트
설치
cd tools/clearon-ops-audit-mcp
npm install
npm test
npm run smokeMCP 클라이언트 설정
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_healthlist_recurring_jobsget_job_healthget_recent_failuresfind_missed_or_overdue_runssummarize_degraded_successescheck_delivery_failuresprobe_registered_mcpscheck_gateway_healthaudit_locksgenerate_ops_report
Maintenance
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
- FlicenseAqualityCmaintenanceA 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
- AlicenseAqualityCmaintenanceRead-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.1119MIT
- FlicenseNot gradedqualityCmaintenanceEnables 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.
- AlicenseNot gradedqualityCmaintenanceEnables 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
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.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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