
ProcExecMCP
Supports UIby positronikal
Security-focused process execution and management MCP server for command execution and system monitoring.
What it does
ProcExecMCP provides a stateless interface for executing shell commands, searching file contents with ripgrep, and managing system processes. It is designed with a security-first approach, including mandatory timeouts and path validation.
Tools
execute_command: Runs shell commands safely with timeout and output limits.search_file_contents: Performs fast pattern searching in files using ripgrep.list_processes: Retrieves a filtered and sorted list of running system processes.kill_process: Terminates specific processes by their PID.
Installation
{
"mcpServers": {
"procexec": {
"command": "uv",
"args": ["--directory", "/absolute/path/to/ProcExecMCP", "run", "procexec"],
"env": {
"PROCEXEC_TIMEOUT": "30000",
"PROCEXEC_MAX_OUTPUT": "10485760",
"PROCEXEC_ENABLE_KILL": "true"
}
}
}
}
Supported hosts
- Claude Desktop
Quick install
uv syncInformation
- Pricing
- free
- Published
- 5/25/2026
- stars






