Execute a terminal command with timeout. Command will continue running in background if it doesn't complete within timeout.
Read new output from a running terminal session.
Force terminate a running terminal session.
List all active terminal sessions.
List all running processes. Returns process information including PID, command name, CPU usage, and memory usage.
Terminate a running process by PID. Use with caution as this will forcefully terminate the specified process.
Add a command to the blacklist. Once blocked, the command cannot be executed until unblocked.
Remove a command from the blacklist. Once unblocked, the command can be executed normally.
List all currently blocked commands.
Read the complete contents of a file from the file system. Handles various text encodings and provides detailed error messages if the file cannot be read. Only works within allowed directories.
Read the contents of multiple files simultaneously. Each file's content is returned with its path as a reference. Failed reads for individual files won't stop the entire operation. Only works within allowed directories.
Completely replace file contents. Best for large changes (>20% of file) or when edit_block fails. Use with caution as it will overwrite existing files. Only works within allowed directories.
Create a new directory or ensure a directory exists. Can create multiple nested directories in one operation. Only works within allowed directories.
Get a detailed listing of all files and directories in a specified path. Results distinguish between files and directories with [FILE] and [DIR] prefixes. Only works within allowed directories.
Move or rename files and directories. Can move files between directories and rename them in a single operation. Both source and destination must be within allowed directories.
Recursively search for files and directories matching a pattern. Searches through all subdirectories from the starting path. Only searches within allowed directories.
Retrieve detailed metadata about a file or directory including size, creation time, last modified time, permissions, and type. Only works within allowed directories.
Returns the list of directories that this server is allowed to access.
Apply surgical text replacements to files. Best for small changes (<20% of file size). Multiple blocks can be used for separate changes....
No configuration needed. Connect to run tools.