Back to Home
SvenTern icon

mcp_servers

Verified Safe

by SvenTern

Overview

Synchronizes MCP server configurations from a YAML file to the Claude CLI and generates a project-level .mcp.json configuration.

Installation

Run Command
python3 sync-mcp-servers.py

Security 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

Stats

Interest Score0
Security Score7
Cost ClassLow
Stars0
Forks0
Last Update2026-01-17

Tags

MCPClaude CLIConfigurationSynchronizationPython