mcp-setter
Verified Safeby michaelpetrik
Overview
Installing and managing Model Context Protocol (MCP) servers across different AI services and operating systems.
Installation
npm run dev:cliEnvironment Variables
- CONTEXT7_API_KEY
- GITHUB_MCP_PAT
- N8N_API_KEY
- N8N_API_URL
Security Notes
The codebase demonstrates strong security practices including explicit handling of sensitive environment variables, runtime validation, and scrubbing of sensitive data (API keys, file paths) from telemetry payloads. It also includes business rule validation to prevent potentially dangerous system commands from being executed. However, its core functionality involves installing and executing code from an external MCP registry, which inherently carries a supply chain risk dependent on the trustworthiness of the registry's content. No 'eval' or malicious obfuscation patterns were found.
Similar Servers
mcpm.sh
MCPM is a command-line tool for managing Model Context Protocol (MCP) servers, enabling discovery, installation, execution, sharing, and integration with various MCP clients.
cli
The Smithery CLI is a developer tool for installing, managing, building, running, and deploying Model Context Protocol (MCP) servers and integrating them with various AI clients.
toolhive-studio
ToolHive is a desktop application (Electron UI) for discovering, deploying, and managing Model Context Protocol (MCP) servers in isolated containers, and connecting them to AI agents and clients.
agentx
A unified CLI tool for managing MCP (Model Context Protocol) servers and skills across multiple AI coding agents like Claude Code, Codex, Cursor, Gemini CLI, and OpenCode.