JoshuaWink/terminal-mcp-server
3.2
If you are the rightful owner of terminal-mcp-server and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to dayong@mcphub.com.
A small FastMCP server that exposes terminal (PTY) management APIs over MCP.
Tools
Functions exposed to the LLM to take actions
terminal_create
Creates a PTY and returns an id.
terminal_send
Sends text to PTY.
terminal_read
Read buffered output with options to strip ANSI and limit lines.
terminal_interrupt
Send Ctrl-C to interrupt the terminal.
terminal_clear
Clear the terminal buffer.
terminal_dispose
Terminate and clean up the terminal.
terminal_list
List known PTYs.
Prompts
Interactive templates invoked by user choice
No prompts
Resources
Contextual data attached and managed by the client