Back to Home
microsoft icon

mcp-for-beginners

Verified Safe

by microsoft

Overview

Automating GitHub repository cloning and VS Code integration for streamlined development workflows.

Installation

Run Command
python src/__init__.py sse

Environment Variables

  • LOG_LEVEL
  • PORT

Security Notes

The server uses `subprocess.run` to execute external commands like `git clone` and platform-specific VS Code launch commands. The `open_in_vscode` function on Windows utilizes `shell=True` with the `start` command, which inherently carries a higher risk of command injection if input paths are not perfectly sanitized or if a malicious executable is placed in a predictable path. While the code attempts to mitigate this with path expansion, caution is advised. Additionally, cloning untrusted GitHub repositories can introduce vulnerabilities from the repository content itself.

Similar Servers

Stats

Interest Score100
Security Score7
Cost ClassLow
Stars13565
Forks4414
Last Update2025-12-04

Tags

GitHubVS CodeAutomationDevelopmentMCPGitAI Toolkit