Skip to main content
Glama

WinTerm MCP

by capecoma

send_control_character

Send control signals like Ctrl+C to a Windows terminal via WinTerm MCP, enabling AI models to execute terminal commands or manage processes programmatically.

Instructions

Send a control character to the terminal

Input Schema

NameRequiredDescriptionDefault
letterYesThe letter corresponding to the control character (e.g., "C" for Ctrl+C)

Input Schema (JSON Schema)

{ "properties": { "letter": { "description": "The letter corresponding to the control character (e.g., \"C\" for Ctrl+C)", "type": "string" } }, "required": [ "letter" ], "type": "object" }

You must be authenticated.

Other Tools from WinTerm MCP

Related Tools

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/capecoma/winterm-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server