Skip to main content
Glama

WinTerm MCP

by capecoma

write_to_terminal

Write text or commands directly to the Windows terminal via the WinTerm MCP server, enabling AI models to interact with the command line programmatically.

Instructions

Write text or commands to the terminal

Input Schema

NameRequiredDescriptionDefault
commandYesThe text or command to write to the terminal

Input Schema (JSON Schema)

{ "properties": { "command": { "description": "The text or command to write to the terminal", "type": "string" } }, "required": [ "command" ], "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