MCP Access Server

command-execute

Execute predefined commands like ls, mkdir, cd, npm, npx, node, git, and rm in specified directories via Windows PowerShell to streamline server operations and automation.

Instructions

Executes a command in the allowed list: ls / mkdir / cd / npm / npx / node / git / rm

Input Schema

NameRequiredDescriptionDefault
commandYesThe command(command only) to execute on Windows PowerShell
cwdYesWorking directory at command execution

Input Schema (JSON Schema)

{ "properties": { "command": { "description": "The command(command only) to execute on Windows PowerShell", "type": "string" }, "cwd": { "description": "Working directory at command execution", "type": "string" } }, "required": [ "command", "cwd" ], "type": "object" }

You must be authenticated.

Other Tools from MCP Access Server

Related Tools

ID: l0143hjrjj