launchd-audit

aka-kika/launchd-audit
★ 0 stars Python AI/LLM Updated today
MCP server: audit launchd jobs, cron entries, and brew services on macOS — plain-English schedules, health checks, safe actions.
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": {
    "launchd-audit": {
      "command": "uvx",
      "args": [
        "launchd-audit"
      ]
    }
  }
}

Or install with pip: pip install launchd-audit

README Excerpt

MCP server for macOS that lists launchd jobs, cron entries, and brew services in plain English, flags the ones that are failing or stale, and can act on them without `rm` or sudo. Ask an agent: *what's running in the background on this Mac, and is anything broken?* ``` totals: {"jobs": 31, "running": 8, "disabled": 0, "failing": 1, "stale": 1}

Tools (5)

job_actionjob_detailjob_healthlist_scheduled_jobssearch_job_logs