GenPark AI Agent Skill - Process Cgroup OOM & CPU Quota Arbiter
OfficialProvides resource governance for Linux processes using cgroup v2 controllers, enforcing CPU bandwidth limits, memory bounds, and process-count caps to prevent OOM conditions, runaway loops, and fork bombs.
Click on "Deploy Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@GenPark AI Agent Skill - Process Cgroup OOM & CPU Quota ArbiterSet cgroup limits on my AI agent to stop fork bombs"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
GenPark AI Agent Skill - Process Cgroup OOM & CPU Quota Arbiter
Resource governor configuring Linux cgroup v2 controllers and arbitrating resource overconsumption, runaway loops, and fork bombs.
Verified by GenPark AI and compatible with Model Context Protocol (MCP).
Architecture Diagram
graph TD
A[Sandbox Agent Code Process] --> B[cgroup v2 Controller Interface]
B --> C[cpu.max Bandwidth Throttling]
B --> D[memory.max OOM Tripwire]
B --> E[pids.max Fork-Bomb Trap]
C --> F{Resource Exceeded?}
D --> F
E --> F
F -->|Yes| G[Pre-emptive SIGKILL / Container Terminate]
F -->|No| H[Execution Continues Smoothly]Related MCP server: systerd-lite
Features
Fork Bomb Neutralization:
pids.maxboundary prevents exponential process cloning attacks.Deterministic Memory Bounds: Guarantees agent scripts do not induce host kernel memory exhaustion.
Zero External Dependencies: Pure Python standard library implementation.
This server cannot be deployed
Maintenance
Related MCP Connectors
Sovereign Agent OS — Persistent Memory, Governance & Compliance for AI Agents.
Budget & cost control for AI agents — per-agent spend caps + rate limits before each call.
Pre-execution governance for AI agents. Deterministic PASS/FAIL/REVIEW verdicts, replayable proof.
Governance and agentic-commerce policy tools for AI agents: spend, purchase and charter controls.
1
Related MCP Servers
- AlicenseNot gradedqualityCmaintenanceEnables AI agents to launch and manage system processes with strict security controls through executable allowlists, resource monitoring, and output capture capabilities.47 npm1MIT
- FlicenseNot gradedqualityDmaintenanceAn AI-Native OS Core that enables LLMs to autonomously monitor, control, and optimize Linux systems with 200+ system control tools covering process management, security, containers, and self-editing capabilities.-
- AlicenseNot gradedqualityCmaintenanceAn MCP server that enforces runtime governance on AI agent actions — file access, command execution, delegation chains, and permission escalation.MIT
- AlicenseAqualityAmaintenanceRuntime governance and budget guardrails for Claude Code, Cursor, and autonomous AI agents. Enforces per-session spend caps, verifier safety gates, and runaway loop prevention.24301 npm190Apache 2.0