process_tool
Manage processes and services on Windows, featuring start, kill, restart, monitor, and GPU status, with filtering by name/port and built-in support for AI services.
Instructions
Process and service manager with GPU monitoring. Operations: list (filter by name/port), gpu (NVIDIA stats), start (service or custom command), kill (by PID/name/port), status, restart, monitor, wait. Predefined services: ollama (11434), comfyui (8188), koboldcpp (5001).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| cwd | No | Working directory | |
| env | No | Environment variables | |
| pid | No | Process ID | |
| force | No | Force kill (default: false) | |
| filter | No | Process filter options | |
| command | No | Command to run (for custom start) | |
| service | No | Predefined service name | |
| timeout | No | Timeout in milliseconds | |
| graceful | No | Graceful restart (default: false) | |
| operation | Yes | Process operation | |
| waitForPort | No | Wait for port after starting |