The MCP PowerShell Exec Server is a lightweight server designed to accept PowerShell scripts as strings, execute them securely, and return the output. This enables AI assistants to understand and work with PowerShell, making it a valuable tool for developers and IT professionals.
To get started, clone the repository and set up the server:
git clone https://github.com/yourusername/mcp-powershell-exec.git
cd mcp-powershell-exec
Watch the video to see MCP PowerShell Exec Server in action:
To use this MCP server with GitHub Copilot in VSCode Insiders, follow these steps:
Download and install the latest version of VSCode Insiders
Install GitHub Copilot Extension
Search for and install "GitHub Copilot"
Configure MCP Server
Open .vscode/mcp.json
json
{
"servers": {
"powershell-integration": {
"command": "py", // Python executable
"args": [\
"drive:/yourpath/server.py"\
],
"env": {}
}
}
}
Replace the path with the actual path to your server.py
file.
Enable Agent Mode
This project is licensed under the MIT License - see the LICENSE file for details.
For issues and questions:
MCP Server for executing PowerShell scripts
No releases published
No packages published