dfinke_mcp_powershell_exec

dfinke_mcp_powershell_exec

by dfinke
A lightweight server that executes PowerShell scripts and returns the output, enabling AI assistants to work with PowerShell.

MCP PowerShell Exec Server

Overview

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.

Features

  • Accepts PowerShell scripts via string input
  • Executes scripts securely in an MCP Server environment
  • Returns execution results in real-time

Installation

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

In Action

Watch the video to see MCP PowerShell Exec Server in action:

MCP PowerShell Exec Server Demo

Usage

Integration with GitHub Copilot in VSCode Insiders

To use this MCP server with GitHub Copilot in VSCode Insiders, follow these steps:

  1. Install VSCode Insiders
  2. Download and install the latest version of VSCode Insiders

  3. Install GitHub Copilot Extension

  4. Open VSCode Insiders
  5. Go to the Extensions marketplace
  6. Search for and install "GitHub Copilot"

  7. Configure MCP Server

  8. 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.

  9. Enable Agent Mode

  10. Open Copilot chat in VSCode Insiders
  11. Click on "Copilot Edits"
  12. Choose "Agent mode"
  13. Click the refresh button in the chat input to load the available tools

System Requirements

  • Python: Version 3.10 or higher (required for optimal performance)
  • PowerShell: Version 5.1

License

This project is licensed under the MIT License - see the LICENSE file for details.

Support

For issues and questions:

  • Create an issue in this GitHub repository

About

MCP Server for executing PowerShell scripts

Resources

Readme

License

MIT license

Activity

Stars

20 stars

Watchers

1 watching

Forks

3 forks

Report repository

Releases


No releases published

Packages 0


No packages published

Languages

Features & Capabilities

Categories
mcp_server model_context_protocol powershell python api_integration vscode github_copilot

Implementation Details

Stats

0 Views
20 GitHub Stars

Repository Info

dfinke Organization

Similar MCP Servers

continuedev_continue by continuedev
25049
21423
9300