Back to Home
adefemi171 icon

yaml2mcp

Verified Safe

by adefemi171

Overview

Manage Model Context Protocol (MCP) servers using YAML configuration files within VS Code, automatically transpiling to JSON for IDE compatibility.

Installation

Run Command
No command provided

Security Notes

The extension's core functionality involves executing user-defined commands from the `mcp.yaml` file via `child_process.spawn`. This design inherently allows for arbitrary code execution if the `mcp.yaml` file is maliciously crafted or untrusted. However, for a developer tool that explicitly aims to manage and run local processes, this is an expected and necessary feature, not a vulnerability in the extension's code itself. There are no indications of direct `eval`, obfuscation, hardcoded secrets, or unintended network risks in the provided source code. The security posture relies on the user trusting their own configuration files.

Similar Servers

Stats

Interest Score0
Security Score9
Cost ClassLow
Stars0
Forks0
Last Update2025-12-05

Tags

VS Code ExtensionServer ManagementYAML ConfigurationProcess ManagementDeveloper Tool