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 or a URL. When reading from the file system, only works within allowed directories. Can fetch content from URLs when isUrl parameter is set to true....
Read the contents of multiple files simultaneously. Each file's content is returned with its path as a reference. Handles text files normally and renders images as viewable content....
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.
Finds files by name using a case-insensitive substring matching. Searches through all subdirectories from the starting path. Has a default timeout of 30 seconds which can be customized using the timeoutMs parameter. Only searches within allowed directories.
Search for text/code patterns within file contents using ripgrep. Fast and powerful search similar to VS Code search functionality. Supports regular expressions, file pattern filtering, and context lines....
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). Call repeatedly to change multiple blocks. Will verify changes after application. Format: filepath <<<<<<< SEARCH content to find ======= new content >>>>>>> REPLACE
No configuration needed. Connect to run tools.