mcp_servers
Verified Safeby SvenTern
Overview
Synchronizes MCP server configurations from a YAML file to the Claude CLI and generates a project-level .mcp.json configuration.
Installation
python3 sync-mcp-servers.pySecurity Notes
The script itself does not contain 'eval' or malicious patterns. It relies on `subprocess.run` to interact with the 'claude' CLI, which is a controlled external dependency. The primary security consideration is that users might store sensitive authentication tokens (bearer, API keys) in plaintext within the `mcp-servers.yaml` file, which is a common but user-managed risk. The script faithfully processes URLs and tokens provided in the configuration, so the security of the configured MCP servers depends on the trustworthiness of those URLs and the handling of the `mcp-servers.yaml` file itself by the user.
Similar Servers
claude-code-subagents-collection
The repository serves as a comprehensive marketplace and registry for Claude Code, offering a wide array of specialized AI agents, commands, hooks, and a catalog of external Model Context Protocol (MCP) servers to enhance development workflows.
mcp-manager
A web GUI to easily manage and configure Model Context Protocol (MCP) servers for the Claude Desktop app on MacOS, generating terminal commands for installation and setup.
mcpick
Manages MCP server configurations for Claude Code to optimize context usage and performance by enabling/disabling servers, creating backups, and using profiles.
ccmcp
CLI tool for intelligently discovering, validating, and selecting MCP (Model Context Protocol) server configurations for Claude Code.