Skip to main content
Glama

MCP Access Server

by shin-t-o

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

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/shin-t-o/mcp-access'

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