MCPServers
Terminal Controller - MCP server logo

Terminal Controller

33
0

Summary

Terminal Controller is an MCP server that enables secure terminal command execution, directory navigation, and file system operations through a standardized interface. It implements several tools for executing commands, managing directories, and tracking command history, with built-in security measures to prevent dangerous operations. The server is designed to work across Windows and UNIX-based systems, making it versatile for various terminal-based tasks and integrations with AI-assisted workflows.

Available Actions(10)

execute_command

Execute a terminal command and return its results. Parameters: command (string), timeout (integer, default: 30)

get_command_history

Get recent command execution history. Parameters: count (integer, default: 10)

get_current_directory

Get the current working directory.

change_directory

Change the current working directory. Parameters: path (string)

list_directory

List files and subdirectories in the specified directory. Parameters: path (string, default: current directory)

write_file

Write content to a file with overwrite or append options. Parameters: path (string), content (string), mode (string, 'overwrite' or 'append', default: 'overwrite')

read_file

Read content from a file with optional row selection. Parameters: path (string), start_row (integer, optional), end_row (integer, optional)

insert_file_content

Insert content at specific row(s) in a file. Parameters: path (string), content (string), row (integer, optional), rows (array of integers, optional)

delete_file_content

Delete content at specific row(s) from a file. Parameters: path (string), row (integer, optional), rows (array of integers, optional)

update_file_content

Update content at specific row(s) in a file. Parameters: path (string), content (string), row (integer, optional), rows (array of integers, optional)

Last Updated: April 25, 2025

커뮤니티 리뷰

0.0
0 리뷰
5
0
4
0
3
0
2
0
1
0

아직 리뷰가 없습니다. 첫 번째 리뷰를 작성해 보세요!

대화에 참여하려면 로그인하세요

Coming soon to
HighlightHighlight AI

언어

TypeScript

카테고리

태그