ianks/terminal-mcp
3.4
If you are the rightful owner of terminal-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.
The terminal-mcp is a native MCP server designed for Unix pty control, enabling AI models to interact with real terminal environments.
Tools
Functions exposed to the LLM to take actions
create_session
Spawn a new terminal session.
execute_command
Run a command and get output immediately.
execute_command_async
Start long-running commands asynchronously.
read_streaming_output
Poll async command progress.
list_sessions
List all running terminal sessions.
destroy_session
Clean up and terminate a session.
send_control_character
Send control characters like ctrl-c.
Prompts
Interactive templates invoked by user choice
No prompts
Resources
Contextual data attached and managed by the client