terminal-controller-mcp

terminal-controller-mcp

3.5

If you are the rightful owner of terminal-controller-mcp and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.

A Model Context Protocol (MCP) server that enables secure terminal command execution, directory navigation, and file system operations through a standardized interface.

execute_command

Execute the terminal command and return the result

get_command_history

Get the recent command execution history

get_current_directory

Get the current working directory

change_directory

Switch the current working directory

list_directory

List the contents of the specified directory

write_file

Write file contents, support overwrite or append mode

read_file

Read file content, optional line selection

insert_file_content

Insert content in a file

delete_file_content

Delete content in the file

update_file_content

Update content in the file