Skip to main content
Glama

PowerShell MCP Server

by posidron

run_script

Execute PowerShell scripts on Windows systems via the PowerShell MCP Server by specifying the script path and optional parameters for automation and task management.

Input Schema

NameRequiredDescriptionDefault
parametersNoOptional parameters to pass to the script
scriptPathYesPath to the PowerShell script file

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "parameters": { "description": "Optional parameters to pass to the script", "type": "string" }, "scriptPath": { "description": "Path to the PowerShell script file", "type": "string" } }, "required": [ "scriptPath" ], "type": "object" }

You must be authenticated.

Other Tools from PowerShell MCP 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/posidron/mcp-powershell'

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