yaml2mcp
Verified Safeby adefemi171
Overview
Manage Model Context Protocol (MCP) servers using YAML configuration files within VS Code, automatically transpiling to JSON for IDE compatibility.
Installation
No command providedSecurity 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
spec-workflow-mcp
Model Context Protocol (MCP) server for structured, spec-driven software development with real-time dashboard and VSCode extension integration.
charlie
Charlie is a universal configuration generator that allows developers to define commands, rules, and MCP server configurations once in YAML/Markdown and then generate agent-specific output for various AI agents like Claude, Cursor, and GitHub Copilot.
mcp-config-manager
Visually manage and synchronize Model Context Protocol (MCP) server configurations for various AI clients, preventing errors and ensuring consistency.
mcp-devcontainers
Provides a Model Context Protocol (MCP) server for integrating with the devcontainers CLI to manage development container environments.