Execute terminal commands and manage processes seamlessly on your computer. Enhance your coding workflow with advanced file editing capabilities and real-time output streaming. Simplify your development tasks with powerful command execution and file manipulation tools.
Tools
execute_command
Execute a terminal command with timeout. Command will continue running in background if it doesn't complete within timeout.
read_output
Read new output from a running terminal session.
force_terminate
Force terminate a running terminal session.
list_sessions
List all active terminal sessions.
list_processes
List all running processes. Returns process information including PID, command name, CPU usage, and memory usage.
kill_process
Terminate a running process by PID. Use with caution as this will forcefully terminate the specified process.
View 14 more tools