terminal-controller-mcp

terminal-controller-mcp

45

Terminal Controller for MCP is a server designed to allow secure execution of terminal commands and file operations via Model Context Protocol. It focuses on security, cross-platform compatibility, and seamless integration with MCP clients like Claude Desktop.

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